remove raise

This commit is contained in:
2023-06-05 20:45:57 +02:00
parent 3344e8d27a
commit c991cf6bc0

View File

@@ -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: