Fix in paramecio
This commit is contained in:
parent
13a4319c23
commit
dcdfdf11b2
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ class SqlClass:
|
||||||
|
|
||||||
self.error_connection="Error in query ||%s||Values: %s" % (sql_query, str(arguments))
|
self.error_connection="Error in query ||%s||Values: %s" % (sql_query, str(arguments))
|
||||||
|
|
||||||
|
self.conn.close()
|
||||||
|
|
||||||
#return False
|
#return False
|
||||||
raise NameError(self.error_connection)
|
raise NameError(self.error_connection)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue