diff --git a/law/workflow/remote.py b/law/workflow/remote.py index 43339e8e..28cdc274 100644 --- a/law/workflow/remote.py +++ b/law/workflow/remote.py @@ -1117,7 +1117,7 @@ def poll(self) -> None: # handle scheduler messages, which could change some task parameters task._handle_scheduler_messages() - + # sleep after the first iteration poll_interval: int | float = task.poll_interval # type: ignore[assignment] if i > 0: