Skip to content

Commit 698ba05

Browse files
committed
Skip comparing the whole stat obj
1 parent 60801e8 commit 698ba05

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

magicbus/plugins/opsys.py

Lines changed: 0 additions & 3 deletions
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)