Skip to content

Commit

Permalink
hotfix for missing live plots
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Sep 22, 2023
1 parent 51c3812 commit 97ab16f
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 @@ -405,7 +405,7 @@ def start_stop(self):
for key in self.task_arguments.keys():
cmd.extend([key, self.task_arguments[key]])
cmd.extend(['--weight', f'{weight}'])
cmd.append('--no-interactive')
# cmd.append('--no-interactive')
if self.uiCheckAppend.isChecked():
cmd.append('--append')
if self.running_task_process is None:
Expand Down

0 comments on commit 97ab16f

Please sign in to comment.