diff --git a/iblrig/gui/wizard.py b/iblrig/gui/wizard.py index 69eb13b0..d2d3f92e 100644 --- a/iblrig/gui/wizard.py +++ b/iblrig/gui/wizard.py @@ -1036,7 +1036,7 @@ def start_stop(self): cmd.extend(['--remote', *remotes]) for key, value in self.task_arguments.items(): if key == '--delay_secs': - value = str(int(value) * 60) + value = str(int(value) * 60) # noqa: PLW2901 if isinstance(value, list): cmd.extend([key] + value) elif isinstance(value, bool) and value is True: