cc-4232: removed wrong comments
This commit is contained in:
parent
4e0b4c210e
commit
8f114689ae
|
@ -65,8 +65,6 @@ class BaseListener(object):
|
|||
self.signal = signal
|
||||
|
||||
class OrganizeListener(BaseListener, pyinotify.ProcessEvent, Loggable):
|
||||
# this class still don't handle the case where a dir was copied recursively
|
||||
|
||||
def process_IN_CLOSE_WRITE(self, event):
|
||||
self.process_to_organize(event)
|
||||
# got cookie
|
||||
|
|
Loading…
Reference in New Issue