From 5004cdf7ea1ed1728d32ba9ad137c4181f91d31a Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 14 Mar 2019 10:16:19 -0400 Subject: [PATCH] Remove the now *duplicate* notification. :/ --- src/allmydata/frontends/magic_folder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allmydata/frontends/magic_folder.py b/src/allmydata/frontends/magic_folder.py index 6115528dc..e3d2d9ebf 100644 --- a/src/allmydata/frontends/magic_folder.py +++ b/src/allmydata/frontends/magic_folder.py @@ -1281,7 +1281,6 @@ class Uploader(QueueMixin): success_fields[u"ignored"] = True else: self._add_pending(relpath_u) - self._call_hook(path, 'inotify') # Always fire the inotify hook. If an accident of timing causes a # second inotify event for a particular path before the first has