Skip to content
Snippets Groups Projects
Commit c63a4ca3 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

bugfix release

parent ddbaa811
No related branches found
No related tags found
No related merge requests found
__version__ = '2.20.0'
__version__ = '2.20.1'
......@@ -29,7 +29,7 @@ class transaction:
def __enter__(self):
self.cursor = self.connection.cursor()
return self.cursor()
return self.cursor
def __exit__(self, exc_type, exc_val, exc_tb):
if exc_val is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment