Skip to content

Commit

Permalink
history, not cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 23, 2023
1 parent 3d8bc4b commit d40a666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythena_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def run(self, odir_input, plot):
cmd += '%s=%s ' % (k, self.input[k].text())

print(cmd)
hname = f'{odir_input.text()}/cmd'
hname = f'{odir_input.text()}/history'
with open(hname, 'w') as file:
file.write(cmd)

Expand Down

0 comments on commit d40a666

Please sign in to comment.