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