We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352a028 commit 1743451Copy full SHA for 1743451
tests/src/python/test_db_manager_postgis.py
@@ -294,5 +294,6 @@ def cleanTempPki():
294
pkies = glob.glob(os.path.join(tempfile.gettempdir(), 'tmp*_{*}.pem'))
295
self.assertEqual(len(pkies), 0)
296
297
+
298
if __name__ == '__main__':
299
unittest.main()
0 commit comments