Skip to content

Commit

Permalink
Fix missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
kasimos committed Jul 17, 2014
1 parent fea9958 commit 1039850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_hana/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, cursor, db):
self.is_hana = True

def set_dirty(self):
if not self.db.get_autocommit()
if not self.db.get_autocommit():
self.db.set_dirty()

def __getattr__(self, attr):
Expand Down

0 comments on commit 1039850

Please sign in to comment.