Fixes in usermodel, fixed errors in webmodel, fixes in lists documentation
This commit is contained in:
parent
6c9d115579
commit
db23fb230b
3 changed files with 8 additions and 8 deletions
|
|
@ -609,8 +609,8 @@ class WebModel:
|
|||
else:
|
||||
return False
|
||||
|
||||
except:
|
||||
self.query_error='Cannot insert the new row '+sys.exc_info()[0]
|
||||
except Exception as e:
|
||||
self.query_error='Cannot insert the new row '+str(e)
|
||||
#print(sys.exc_info()[0])
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue