Skip to content

Commit

Permalink
correction no parens
Browse files Browse the repository at this point in the history
  • Loading branch information
happygts committed May 16, 2014
1 parent 2efc63f commit c82e9b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fsevents.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ def __call__(self, paths, masks):
events.append(FileEvent(IN_ATTRIB, None, filename))
observed.discard(name)
else:
event = None
if (snap_stat):
event = created.get(snap_stat.st_ino)
event = created.get(snap_stat.st_ino)
if (event is not None):
self.cookie += 1
event.mask = IN_MOVED_FROM
Expand Down

0 comments on commit c82e9b6

Please sign in to comment.