Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 21, 2023
1 parent c55f8b9 commit 338fa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqt_run_minik.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def browse_dir(t):
def run(self, odir_input, plot):
#print('run')
#cmd = f'{athena} -i {args.file} -d {odir_input.text()} output2/file_type=tab '
cmd = f'{athena} -i {args.file} -d {odir_input.text()} <'
cmd = f'{athena} -i {args.file} -d {odir_input.text()} '

for k in self.data:
e = data[k]
Expand Down

0 comments on commit 338fa27

Please sign in to comment.