Fixes in corefields
This commit is contained in:
parent
fbb2e1012c
commit
8e05927a32
7 changed files with 21 additions and 8 deletions
|
|
@ -478,8 +478,8 @@ class WebModel:
|
|||
return False
|
||||
|
||||
except:
|
||||
self.query_error='Cannot insert the new row'
|
||||
print(sys.exc_info()[0])
|
||||
self.query_error='Cannot insert the new row '+sys.exc_info()[0]
|
||||
#print(sys.exc_info()[0])
|
||||
return False
|
||||
|
||||
c=len(values)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue