Skip to content

Commit

Permalink
tweaked debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Apr 6, 2023
1 parent cf73d6e commit 195033d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/bin/watch_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def __init__(
# for files and we've ONLY seen open and/or attribute-only modify events (i.e.,
# the size doesn't change) then we're just going to hold on to them here in
# self.modDeck until we promote them to self.deck for processing.
# Once gorakhargosh/watchdog#800 is pulled (resolving gorakhargosh/watchdog#260)
# we can get rid of this complication and just ignore attribute-only events.
self.modDeck = OrderedDict()

def done(self):
Expand Down

0 comments on commit 195033d

Please sign in to comment.