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):
|
if (table == v) or (pkdata == v) or (v in metadata_ids):
|
||||||
data.append(line)
|
data.append(line)
|
||||||
except:
|
except:
|
||||||
raise
|
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if debug:
|
if debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user