CC-2421: Filename formatting tweaks

-cleaned up
This commit is contained in:
martin 2011-07-06 10:29:08 -04:00
parent 7a4fce1167
commit 022b013dd2
2 changed files with 16 additions and 28 deletions

View file

@ -95,7 +95,7 @@ class AirtimeMediaMonitorBootstrap():
open("/var/tmp/airtime/.media_monitor_boot","w")
for file_path in deleted_files_set:
self.pe.handle_removed_file(file_path)
self.pe.handle_removed_file(False, file_path)
for file_path in new_files_set:
if os.path.exists(file_path):