Commit c23ad838 authored by Andreas Jung's avatar Andreas Jung

wrong logger argument

parent d87f0b4f
...@@ -71,7 +71,7 @@ class Connection( ...@@ -71,7 +71,7 @@ class Connection(
try: self.connect(self.connection_string) try: self.connect(self.connection_string)
except: except:
logger.error('Error connecting to relational database.', logger.error('Error connecting to relational database.',
error=exc_info()) exc_info=exc_info())
def title_and_id(self): def title_and_id(self):
s=Connection.inheritedAttribute('title_and_id')(self) s=Connection.inheritedAttribute('title_and_id')(self)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment