Moved dict() above debug statement

pull/25/head
Lee Clemens 2012-01-03 20:14:24 -05:00
parent aa4514bffa
commit 02894623cf
1 changed files with 1 additions and 1 deletions

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):