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 4fd79bc commit 4a92cfbCopy full SHA for 4a92cfb
1 file changed
magicbus/plugins/opsys.py
@@ -288,7 +288,4 @@ def join(self, timeout=None, poll_interval=0.1):
288
if pid_creation_time > initial_creation_time:
289
return # file has been replaced
290
291
- if pid_stat != initial_stat:
292
- return # file has been changed
293
-
294
time.sleep(poll_interval)
0 commit comments