Skip to content

Commit

Permalink
Create artisatomicionhandlers.json in atomic_data_logs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Feb 13, 2025
1 parent 600e6b3 commit 1137633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artisatomic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def main(args=None, argsraw=None, **kwargs):
else:
os.makedirs(log_folder, exist_ok=True)

json.dump(obj=ion_handlers, fp=Path(args.output_folder, "artisatomicionhandlers.json").open("w"))
json.dump(obj=ion_handlers, fp=Path(log_folder, "artisatomicionhandlers.json").open("w"))
write_compositionfile(ion_handlers, args)
clear_files(args)
process_files(ion_handlers, args)
Expand Down

0 comments on commit 1137633

Please sign in to comment.