mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-04-19 03:04:16 +00:00
Better error output
This commit is contained in:
committed by
GitHub
parent
9abaa870ed
commit
fbec8bd73a
2
.github/calculate_db.py
vendored
2
.github/calculate_db.py
vendored
@@ -862,7 +862,7 @@ def read_mra_fields(mra_path):
|
||||
if 'zip' in attributes and attributes['zip'] is not None:
|
||||
zips |= {z.strip().lower() for z in attributes['zip'].strip().lower().split('|')}
|
||||
except xml.etree.ElementTree.ParseError as e:
|
||||
print('ERROR: Defect XML for mra file: ' + mra_path)
|
||||
print('ERROR: Defect XML for mra file: ' + str(mra_path))
|
||||
raise e
|
||||
|
||||
return rbf, list(zips)
|
||||
|
||||
Reference in New Issue
Block a user