Fixes in corefields

This commit is contained in:
Antonio de la Rosa 2021-07-18 01:33:42 +02:00
parent fbb2e1012c
commit 8e05927a32
7 changed files with 21 additions and 8 deletions

View file

@ -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)