Skip to content

Commit bdb836c

Browse files
committed
Skip comparing the whole stat obj
1 parent 9317c9f commit bdb836c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: magicbus/plugins/opsys.py

-3
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,4 @@ def join(self, timeout=None, poll_interval=0.1):
283283
if pid_creation_time > initial_creation_time:
284284
return # file has been replaced
285285

286-
if pid_stat != initial_stat:
287-
return # file has been changed
288-
289286
time.sleep(poll_interval)

0 commit comments

Comments
 (0)