Skip to content

Commit

Permalink
wrongindent
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Oct 24, 2024
1 parent 4afb2bb commit 769d77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subtract/subtract_with_wsclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def main():
os.system(f'cp *.log {outpath} && rm -rf *.ms')
os.chdir(outpath)

print(f'DONE: See output --> {dirname.replace("Dir","facet_")}-*.ms')
print(f'DONE: See output --> {dirname.replace("Dir","facet_")}-*.ms')
elif args.scratch_toil:
# copy back the subtracted MS to the output path
for ms in subpred.mslist: fast_copy(ms, f'{outpath}/subfov_{ms.split("/")[-1]}')
Expand Down

0 comments on commit 769d77b

Please sign in to comment.