Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarampudi authored May 13, 2024
1 parent 3ab5da5 commit 849dcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfx/orchestration/kubeflow/v2/kubeflow_v2_dag_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _write_pipeline_spec_to_file(
documents = [pipeline_spec_dict]
yaml.dump_all(documents, yaml_file, sort_keys=True)
else:
with fileio.open(package_path, 'w') as json_file
with fileio.open(package_path, 'w') as json_file:
json.dump(pipeline_job_dict, json_file, sort_keys=True)


Expand Down

0 comments on commit 849dcd2

Please sign in to comment.