Moved dict() above debug statement

This commit is contained in:
Lee Clemens 2012-01-03 20:14:24 -05:00
parent aa4514bffa
commit 02894623cf

View file

@ -53,8 +53,8 @@ class FilterPyinotify(FileFilter):
self.__modified = False
# Pyinotify watch manager
self.__monitor = pyinotify.WatchManager()
logSys.debug("Created FilterPyinotify")
self.__watches = dict()
logSys.debug("Created FilterPyinotify")
def callback(self, path):