Skip to content

Commit

Permalink
Update rapidtide2std.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Jun 4, 2024
1 parent fc71817 commit c3674a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapidtide/workflows/rapidtide2std.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def rapidtide2std(args):
outputname = os.path.abspath(
os.path.join(theoutputdir, subjroot + outputtag + "desc-runoptions_info")
)
tide_io.writedicttojson(theoptionsdict, f"{outputname}_desc-runoptions_info.json")
tide_io.writedicttojson(theoptionsdict, f"{outputname}.json")
# thecommand = ["cp", f"{inputname}.json", f"{outputname}.json"]
# tide_exttools.runcmd(thecommand, fake=args.preponly)

Expand Down

0 comments on commit c3674a0

Please sign in to comment.