Skip to content

Commit

Permalink
pep8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luipir committed May 31, 2018
1 parent 352a028 commit 1743451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_db_manager_postgis.py
Expand Up @@ -294,5 +294,6 @@ def cleanTempPki():
pkies = glob.glob(os.path.join(tempfile.gettempdir(), 'tmp*_{*}.pem'))
self.assertEqual(len(pkies), 0)


if __name__ == '__main__':
unittest.main()

0 comments on commit 1743451

Please sign in to comment.