Skip to content

Commit a5e5a0d

Browse files
committed
Skip comparing the whole stat obj
1 parent 1c463c1 commit a5e5a0d

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
@@ -279,7 +279,4 @@ def join(self, timeout=None, poll_interval=0.1):
279279
if pid_creation_time > initial_creation_time:
280280
return # file has been replaced
281281

282-
if pid_stat != initial_stat:
283-
return # file has been changed
284-
285282
time.sleep(poll_interval)

0 commit comments

Comments
 (0)