remove raise
This commit is contained in:
@@ -84,7 +84,6 @@ def read_geosys(buffer: BytesIO,
|
||||
if (table == v) or (pkdata == v) or (v in metadata_ids):
|
||||
data.append(line)
|
||||
except:
|
||||
raise
|
||||
pass
|
||||
|
||||
if debug:
|
||||
|
||||
Reference in New Issue
Block a user