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:
Naomi 2011-05-13 18:03:34 -04:00 committed by Naomi Aro
parent f46cdd3888
commit bd2859dc1b

View file

@ -251,7 +251,6 @@ class MediaMonitor(ProcessEvent):
def process_IN_CREATE(self, event):
if not event.dir:
#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) :
self.temp_files[event.pathname] = None