Skip to content

Commit

Permalink
adding script for fetch observation data
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulworld committed Jun 27, 2018
1 parent f3b1496 commit b38298d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified istsos/common/aiopg/__pycache__/dbManager.cpython-36.pyc
Binary file not shown.
1 change: 1 addition & 0 deletions istsos/common/aiopg/dbManager.py
Expand Up @@ -62,6 +62,7 @@ def commit(self):
raise Exception("begin must be called first")
if self._commit is False:
istsos.debug("Committing transaction")
print(self.cur)
yield from self.cur.execute("COMMIT;")
self._commit = True

Expand Down

0 comments on commit b38298d

Please sign in to comment.