-fixed indentation python error in media-monitor
This commit is contained in:
parent
a95d08c9be
commit
8a2930b996
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class MediaMonitor(ProcessEvent):
|
|||
#if not is_renamed_file(event.pathname):
|
||||
self.create_file_path(event.pathname)
|
||||
|
||||
self.logger.info("%s: %s", event.maskname, event.pathname)
|
||||
self.logger.info("%s: %s", event.maskname, event.pathname)
|
||||
|
||||
def process_IN_MODIFY(self, event):
|
||||
if not event.dir :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue