From a0ddfe173b4751c0b53ac11e9cc1c79e3a8834d0 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 9 May 2025 12:57:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=85=BC=E5=AE=B9=20target=5Fstorage=20?= =?UTF-8?q?=E4=B8=BA=20None?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/filemanager/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/modules/filemanager/__init__.py b/app/modules/filemanager/__init__.py index f499f27f..35babfb7 100644 --- a/app/modules/filemanager/__init__.py +++ b/app/modules/filemanager/__init__.py @@ -450,6 +450,8 @@ class FileManagerModule(_ModuleBase): ) # 目的操作对象 if not target_oper: + if not target_storage: + target_storage = fileitem.storage target_oper = self.__get_storage_oper(target_storage) if not target_oper: return TransferInfo(success=False,