We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad8987 commit ab93d38Copy full SHA for ab93d38
plugins/addtionalFilesDeleter/deleter.py
@@ -207,8 +207,7 @@ def scenes_delete_record_paths():
207
paths.append("File: " + path)
208
else:
209
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}")
+ log.info(f"Updating Scene ID:{scene_id}: URLs with path(s): {paths}")
212
update = update_scene(scene_id, paths)
213
if update is not None:
214
log.info(
0 commit comments