bugfix
This commit is contained in:
parent
43abf3fb35
commit
82ff94eb2e
@ -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()}')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user