summaryrefslogtreecommitdiff
path: root/opendc/models/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'opendc/models/model.py')
-rw-r--r--opendc/models/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/model.py b/opendc/models/model.py
index 44e4faf8..8ab410d4 100644
--- a/opendc/models/model.py
+++ b/opendc/models/model.py
@@ -291,7 +291,7 @@ class Model(object):
try:
last_row_id = database.execute(statement, values)
except Exception as e:
- print e
+ print(e)
raise exceptions.ForeignKeyError(e.message)
if 'id' in self.COLUMNS_PRIMARY_KEY: