Skip to content

Commit

Permalink
fix small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Oct 11, 2024
1 parent 52bdce6 commit deba793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NiChart_DLMUSE/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def merge_output_data(in_dir: str) -> None:
os.system(f"mkdir {in_dir}/results/s6_combined")

for dir in os.listdir(in_dir):
if(in_dir == 'results'):
if(dir == 'results'):
continue

os.system(f"mv {in_dir}/{dir}/temp_working_dir/s1_reorient_lps/* {in_dir}/results/s1_reorient_lps/")
Expand Down

0 comments on commit deba793

Please sign in to comment.