From 43abf3fb357ab7824384879e0e88cf9aaa2c4a5e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 12 Aug 2025 14:13:46 +0800 Subject: [PATCH] bugfix --- filemgr/filemgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemgr/filemgr.py b/filemgr/filemgr.py index 3980b03..220dae7 100644 --- a/filemgr/filemgr.py +++ b/filemgr/filemgr.py @@ -76,7 +76,7 @@ class FileMgr: u.userorgid) if quota is None: e = Exception(f'{ownerid} has not quota') - exception('f'{e}\n{format_exc()}') + exception(f'{e}\n{format_exc()}') raise e quota_used = await self.get_quota_used(sor, u.userorgid) if quota_used + filesize / 1000000 >= quota: