Skip to content

Commit 690c3ee

Browse files
juanuribe28Tensorflow Cloud maintainers
authored andcommitted
Remove adding lines that start with '!' to script.
PiperOrigin-RevId: 386311324
1 parent ace2699 commit 690c3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/tensorflow_cloud/core/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def get_preprocessed_entry_point(
225225
",capture_output=True, text=True).stdout)\n"
226226
])
227227

228-
if not (
228+
elif not (
229229
line.strip().startswith("get_ipython().system(")
230230
):
231231
script_lines.append(line)

0 commit comments

Comments
 (0)