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 5a18e97 commit cf5b211Copy full SHA for cf5b211
executorlib/standalone/cache/spawner.py
@@ -36,4 +36,4 @@ def terminate_subprocess(task):
36
"""
37
task.terminate()
38
while task.poll() is None:
39
- time.sleep(0.1)
+ time.sleep(0.1)
0 commit comments