We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed879a5 commit 0606922Copy full SHA for 0606922
snakemake_interface_executor_plugins/executors/remote.py
@@ -300,7 +300,7 @@ def next_seconds_between_status_checks(self):
300
if self._next_seconds_between_status_checks is None:
301
return self.workflow.remote_execution_settings.seconds_between_status_checks
302
else:
303
- self._next_seconds_between_status_checks
+ return self._next_seconds_between_status_checks
304
305
@next_seconds_between_status_checks.setter
306
def next_seconds_between_status_checks(self, value):
0 commit comments