Skip to content

Commit 849dcd2

Browse files
authored
Fix typo
1 parent 3ab5da5 commit 849dcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfx/orchestration/kubeflow/v2/kubeflow_v2_dag_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _write_pipeline_spec_to_file(
9494
documents = [pipeline_spec_dict]
9595
yaml.dump_all(documents, yaml_file, sort_keys=True)
9696
else:
97-
with fileio.open(package_path, 'w') as json_file
97+
with fileio.open(package_path, 'w') as json_file:
9898
json.dump(pipeline_job_dict, json_file, sort_keys=True)
9999

100100

0 commit comments

Comments
 (0)