bugfix
This commit is contained in:
parent
b5ae9fdf55
commit
5ed59e19a4
@ -236,7 +236,7 @@ class SQLor(object):
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
fe = format_exc()
|
fe = format_exc()
|
||||||
exception( "{markedSQL=},{datas=}, {e=}, {fe=}")
|
exception(f"{markedSQL=},{datas=}, {e=}, {fe=}")
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
def maskingSQL(self,org_sql,NS):
|
def maskingSQL(self,org_sql,NS):
|
||||||
|
Loading…
Reference in New Issue
Block a user