Skip to content

Commit 4a92cfb

Browse files
committed
Skip comparing the whole stat obj
1 parent 4fd79bc commit 4a92cfb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

magicbus/plugins/opsys.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,4 @@ def join(self, timeout=None, poll_interval=0.1):
288288
if pid_creation_time > initial_creation_time:
289289
return # file has been replaced
290290

291-
if pid_stat != initial_stat:
292-
return # file has been changed
293-
294291
time.sleep(poll_interval)

0 commit comments

Comments
 (0)