This commit is contained in:
yumoqing 2025-08-12 14:15:21 +08:00
parent 43abf3fb35
commit 82ff94eb2e

View File

@ -119,7 +119,7 @@ class FileMgr:
self.file_deleted(request, delrecs, u.userid)
async def _del_folder(self, sor, id, ownerid):
await folders = await sor.R('folder', {'id': id})
folders = await sor.R('folder', {'id': id})
if len(fodlers) == 0:
e = Exception(f'folder({id=}) not found')
exception(f'{e=}\n{format_exc()}')