Skip to content

Commit

Permalink
fix suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Aug 20, 2024
1 parent 802d097 commit 21dfb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bd_rhapsody/bd_rhapsody_sequence_analysis/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def process_params(par: dict[str, Any], config, temp_dir: str) -> str:
par["run_name"] = re.sub("[^A-Za-z0-9\\-]", "-", par["run_name"])

# make paths absolute
for argument in config["arguments"]:
for argument in config["arguments"]:
arg_clean_name = argument["clean_name"]
if not par[arg_clean_name] or not argument["type"] == "file":
continue
Expand Down

0 comments on commit 21dfb67

Please sign in to comment.