Skip to content

Commit

Permalink
Update wizard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Oct 4, 2023
1 parent eccac51 commit e6f4251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iblrig/gui/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def start_stop(self):
self.model.raw_data_folder = task.paths['SESSION_RAW_DATA_FOLDER']

# runs the python command
cmd = []
cmd = [shutil.which('python')]
if self.model.task_name:
cmd.extend([str(self.model.all_tasks[self.model.task_name])])
if self.model.user:
Expand Down

0 comments on commit e6f4251

Please sign in to comment.