Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
mistercrunch committed Oct 4, 2015

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 71cf515 commit 459048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/bin/panoramix
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ def load_examples(sample):
session.commit()

print("Creating table reference")
TBL = models.Table
TBL = models.SqlaTable
obj = session.query(TBL).filter_by(table_name='birth_names').first()
if not obj:
obj = TBL(table_name = 'birth_names')

0 comments on commit 459048a

Please sign in to comment.