mspass-team / mspass

Massive Parallel Analysis System for Seismologists
https://mspass.org
BSD 3-Clause "New" or "Revised" License
28 stars 11 forks source link

Bug fix handling data_tag #500

Closed pavlis closed 5 months ago

pavlis commented 5 months ago

This fixes a bug created by an api mismatch between Metadata and dict. Code used erase on a dict which throws an error when it is executed.

wangyinz commented 5 months ago

This one failed for the same reason as #499