Skip to content

Commit 5aa65f5

Browse files
mwbrookszimeg
andauthored
Update internal/runtime/python/python.go
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent b3f7579 commit 5aa65f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/runtime/python/python.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func installPyProjectToml(ctx context.Context, ios iostreams.IOStreamer, fs afer
222222
file, err := afero.ReadFile(fs, pyProjectFilePath)
223223
if err != nil {
224224
ios.PrintDebug(ctx, "Warning: could not read pyproject.toml: %s", err)
225-
return "Skipped updating pyproject.toml because not found", nil
225+
return "Skipped updating pyproject.toml because file cannot be read", nil
226226
}
227227

228228
fileData := string(file)

0 commit comments

Comments
 (0)