PSEUDOTENSOR / Jonathan McKinney 2024-01-21 10:53:36 -08:00 committed by GitHub
parent dfe1f08ae2
commit d72492a3cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1559,6 +1559,7 @@ class Job(Future):
return o
if self.communicator.job.latest_status.code == Status.FINISHED:
raise StopIteration()
time.sleep(0.001)
def result(self, timeout: float | None = None) -> Any:
"""