CC-2421: Filename formatting tweaks
-cleaned up
This commit is contained in:
parent
7a4fce1167
commit
022b013dd2
2 changed files with 16 additions and 28 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue