bugfix
This commit is contained in:
parent
bbc1086e56
commit
d077e2cbf5
@ -67,7 +67,7 @@ class FileMgr:
|
||||
e = Exception(f'owner mismatch({u.userorgid=})')
|
||||
exception(f'{e=}\n{format_exc()}')
|
||||
raise
|
||||
quota, expired_date = await self.get_organization_quote(sor,
|
||||
quota, expired_date = await self.get_organization_quota(sor,
|
||||
u.userorgid)
|
||||
if quota is None:
|
||||
e = Exception(f'{ownerid} has not quota')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user