Skip to content

Commit

Permalink
Update run.py (#696)
Browse files Browse the repository at this point in the history
add missing space

Signed-off-by: Pengyu Hou <[email protected]>
  • Loading branch information
pengyu-hou authored Feb 27, 2024
1 parent b0a67f1 commit c93ba28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/py/ai/chronon/repo/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def _gen_final_args(self, start_ds=None, end_ds=None):
online_jar=self.online_jar,
online_class=self.online_class,
)
override_start_partition_arg = "--start-partition-override=" + start_ds if start_ds else ""
override_start_partition_arg = " --start-partition-override=" + start_ds if start_ds else ""
final_args = base_args + " " + str(self.args) + override_start_partition_arg
return final_args

Expand Down

0 comments on commit c93ba28

Please sign in to comment.