This commit is contained in:
yumoqing 2026-04-02 15:29:13 +08:00
parent 051c7dbd99
commit 861b531c37

View File

@ -145,7 +145,7 @@ class UAPI:
ret = await te.renders(tmplstr, ns) ret = await te.renders(tmplstr, ns)
return ret return ret
except Exception as e: except Exception as e:
e = Exception(f'{e}:{tmplstr=}, {ns=}') e = Exception(f'{e}:{tmplstr=}, {params=}')
exception(f'{e}') exception(f'{e}')
raise e raise e