Fixes after testrun

Code cosmetics
This commit is contained in:
Ozzie Isaacs
2022-03-13 10:23:13 +01:00
parent 3b5e5f9b90
commit 296f76b5fb
5 changed files with 297 additions and 229 deletions

View File

@@ -499,7 +499,7 @@ def edit_list_user(param):
else:
return _("Parameter not found"), 400
except Exception as ex:
log.debug_or_exception(ex)
log.error_or_exception(ex)
return str(ex), 400
ub.session_commit()
return ""