bugfix
This commit is contained in:
parent
051c7dbd99
commit
861b531c37
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user