Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
buzztroll committed Jun 7, 2012
1 parent 9c30dc5 commit 68f2232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhantom/authz/simple_sql_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __init__(self, dburl):
self._dburl = dburl
# open and close to discover obvious errors early
self._open_dbobj()
sqlobj._close_dbobj()
self._close_dbobj()

def _open_dbobj(self):
self._phantom_sql = PhantomSQL(self._dburl)
Expand Down

0 comments on commit 68f2232

Please sign in to comment.