diff --git a/SUPPORTED_VERSIONS.json b/SUPPORTED_VERSIONS.json index 8cf4fdd..8bcf3e5 100644 --- a/SUPPORTED_VERSIONS.json +++ b/SUPPORTED_VERSIONS.json @@ -1,7 +1,7 @@ { "master": { - "qbit": "v4.6.6", - "qbitapi": "2024.8.65" + "qbit": "v5.0.0", + "qbitapi": "2024.9.67" }, "develop": { "qbit": "v5.0.0", diff --git a/modules/core/remove_orphaned.py b/modules/core/remove_orphaned.py index f25022d..a8179de 100644 --- a/modules/core/remove_orphaned.py +++ b/modules/core/remove_orphaned.py @@ -69,6 +69,7 @@ class RemoveOrphaned: "Aborting deletion to avoid accidental data loss." ) self.config.notify(e, "Remove Orphaned", False) + logger.debug(f"Orphaned files detected: {orphaned_files}") logger.warning(e) return elif orphaned_files: