Skip to content

Commit

Permalink
Fixes #672
Browse files Browse the repository at this point in the history
  • Loading branch information
bobokun committed Oct 13, 2024
1 parent 928d24e commit 6af7cca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SUPPORTED_VERSIONS.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions modules/core/remove_orphaned.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def rem_orphaned(self):
"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:
Expand Down

1 comment on commit 6af7cca

@bakerboy448
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be added to the webhook payloads for additional details no?

Please sign in to comment.