Skip to content

Commit

Permalink
the neverending struggle with stupid checks goes on
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 10, 2022
1 parent 148848e commit 9b9e52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/stylestoragebase.py
Expand Up @@ -90,12 +90,12 @@ def testMultipleStyles(self):

try:
conn.dropVectorTable(schema, self.tableName())
except:
except Exception:
pass

try:
conn.createSchema(schema)
except:
except Exception:
pass

schemas = conn.schemas()
Expand Down

0 comments on commit 9b9e52d

Please sign in to comment.