Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulScheerRLI committed Sep 24, 2024
1 parent 2d85fdc commit 71beccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def rotation_filter(self, args, rf_list=[]):
warnings.warn(f"Path to rotation filter {args.rotation_filter_path} is invalid.")
# no file, no change
return
util.save_input_file(args.rotation_filter, args)
util.save_input_file(args.rotation_filter_path, args)
# filter out rotations in self.rotations
if args.rotation_filter_variable == "exclude":
self.rotations = {k: v for k, v in self.rotations.items() if k not in rf_list}
Expand Down

0 comments on commit 71beccd

Please sign in to comment.