Skip to content

Commit ab93d38

Browse files
committed
Ran Format again
1 parent 2ad8987 commit ab93d38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/addtionalFilesDeleter/deleter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ def scenes_delete_record_paths():
207207
paths.append("File: " + path)
208208
else:
209209
log.error(f"ID:{file['id']} - Could not be Deleted: {path}")
210-
log.info(f"Updating Scene ID:{
211-
scene_id}: URLs with path(s): {paths}")
210+
log.info(f"Updating Scene ID:{scene_id}: URLs with path(s): {paths}")
212211
update = update_scene(scene_id, paths)
213212
if update is not None:
214213
log.info(

0 commit comments

Comments
 (0)