From 6af7ccac649ecc3d887f83904b81de9b53dd8317 Mon Sep 17 00:00:00 2001 From: bobokun Date: Sun, 13 Oct 2024 15:10:44 -0400 Subject: [PATCH] Fixes #672 --- SUPPORTED_VERSIONS.json | 4 ++-- modules/core/remove_orphaned.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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: