ivmfnal / metacat

Metadata Catalog
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Crash on question about metadata for non-existent file #1

Closed hschellman closed 1 year ago

hschellman commented 1 year ago

metacat file show “default:PDSPProd4a_MC_1GeV_reco1_sce_datadriven_v1_ntuple_v09_52_00d00.root”

crashes :

File "/nashome/s/schellma/.local/lib/python3.9/site-packages/metacat-3.11.2-py3.9.egg/metacat/ui/metacat_file.py", line 226, in call for k, v in sorted(data.items()): AttributeError: 'NoneType' object has no attribute 'items'

suggest catching data == None before that and telling user they asked for something non-existent