Skip to content

Commit

Permalink
Remove accidental test code
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Apr 15, 2020
1 parent 703ede8 commit f2af66c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sno/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ class ImportGPKG:
def __init__(self, source, table=None):
self.source = source
self.table = table
try:
self.db = gpkg.db(self.source)
except Exception:
raise RuntimeError("aaaaaaargh")
self.db = gpkg.db(self.source)

def __str__(self):
s = f"GeoPackage: {self.source}"
Expand Down

0 comments on commit f2af66c

Please sign in to comment.