From 8c9a890bd7240d7d127bdcc1212849c5a41bf142 Mon Sep 17 00:00:00 2001 From: Hydrus Network Developer Date: Wed, 21 Feb 2024 15:14:57 -0600 Subject: [PATCH] Delete from file repository bug --- hydrus/client/gui/ClientGUIScrolledPanelsEdit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydrus/client/gui/ClientGUIScrolledPanelsEdit.py b/hydrus/client/gui/ClientGUIScrolledPanelsEdit.py index dcbb7d46..8ed63496 100644 --- a/hydrus/client/gui/ClientGUIScrolledPanelsEdit.py +++ b/hydrus/client/gui/ClientGUIScrolledPanelsEdit.py @@ -954,7 +954,7 @@ class EditDeleteFilesPanel( ClientGUIScrolledPanels.EditPanel ): content_updates = [ ClientContentUpdates.ContentUpdate( HC.CONTENT_TYPE_FILES, HC.CONTENT_UPDATE_PETITION, hashes, reason = reason ) ] - content_update_packages = [ ClientContentUpdates.ContentUpdatePackage.STATICCreateFromContentUpdate( deletee_file_service_key, content_updates ) ] + content_update_packages = [ ClientContentUpdates.ContentUpdatePackage.STATICCreateFromContentUpdates( deletee_file_service_key, content_updates ) ] hashes_physically_deleted = []