Skip to content

Commit e11a17c

Browse files
committed
Update python_runtime.py to fix docstring render error.
1 parent c8d07cd commit e11a17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/jobs/builders/runtimes/python_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class ScriptRuntime(CondaRuntime):
149149
# Environment variable
150150
.with_environment_variable(NAME="Welcome to OCI Data Science.")
151151
# Command line argument
152-
.with_argument("100 linux \"hi there\"")
152+
.with_argument("100 linux 'hi there'")
153153
# The entrypoint is applicable only to directory or zip file as source
154154
# The entrypoint should be a path relative to the working dir.
155155
# Here my_script.sh is a file in the code_dir/my_package directory

0 commit comments

Comments
 (0)