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 f6cf754 commit bc2e521Copy full SHA for bc2e521
src/python/tensorflow_cloud/core/preprocess.py
@@ -190,7 +190,7 @@ def get_preprocessed_entry_point(
190
script_lines.append(line)
191
192
# Create a tmp wrapped entry point script file.
193
- _, output_file = tempfile.mkstemp(suffix=".py")
+ file_descriptor, output_file = tempfile.mkstemp(suffix=".py")
194
with open(output_file, "w") as f:
195
f.writelines(script_lines)
196
0 commit comments