Skip to content

Commit

Permalink
fix quote escape
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Dec 1, 2024
1 parent 5bea164 commit f541c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spf/scripts/run_filters_on_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run_jobs_with_one_dataset(kwargs):
workdir
+ f"/fn_{fn.__name__}"
+ f"/{segmentation_version:0.3f}"
+ f"/ds_{os.path.basename(kwargs["ds_fn"])}/"
+ f"/ds_{os.path.basename(kwargs['ds_fn'])}/"
+ "_"
+ args_to_str(fn_kwargs)
+ "results.pkl"
Expand Down

0 comments on commit f541c1d

Please sign in to comment.