CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
searching database by filename to retrieve file. Checking if is supported audio file/temp audio file.
This commit is contained in:
parent
f46cdd3888
commit
bd2859dc1b
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ class MediaMonitor(ProcessEvent):
|
||||||
|
|
||||||
def process_IN_CREATE(self, event):
|
def process_IN_CREATE(self, event):
|
||||||
if not event.dir:
|
if not event.dir:
|
||||||
|
|
||||||
#file created is a tmp file which will be modified and then moved back to the original filename.
|
#file created is a tmp file which will be modified and then moved back to the original filename.
|
||||||
if self.is_temp_file(event.name) :
|
if self.is_temp_file(event.name) :
|
||||||
self.temp_files[event.pathname] = None
|
self.temp_files[event.pathname] = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue