We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d07cd commit e11a17cCopy full SHA for e11a17c
ads/jobs/builders/runtimes/python_runtime.py
@@ -149,7 +149,7 @@ class ScriptRuntime(CondaRuntime):
149
# Environment variable
150
.with_environment_variable(NAME="Welcome to OCI Data Science.")
151
# Command line argument
152
- .with_argument("100 linux \"hi there\"")
+ .with_argument("100 linux 'hi there'")
153
# The entrypoint is applicable only to directory or zip file as source
154
# The entrypoint should be a path relative to the working dir.
155
# Here my_script.sh is a file in the code_dir/my_package directory
0 commit comments