Skip to content

Commit

Permalink
Remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Feb 23, 2025
1 parent 78803eb commit f03cb1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requake/waveforms/station_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def _read_station_metadata():
if smd_path is None:
config.inventory = None
return
config.inventory = _read_station_metadata_from_csv(smd_path)
try:
config.inventory = read_inventory(smd_path)
except (FileNotFoundError, TypeError):
Expand Down

0 comments on commit f03cb1e

Please sign in to comment.