[minor] commented - possibly unnecessary - line of code that created an error when using old metadata Parser
This commit is contained in:
parent
a9aeb7aaa3
commit
3069e7d526
@ -271,7 +271,7 @@ class Metadata(object):
|
||||
continue
|
||||
invtype, robj = self._read_metadata_file(os.path.join(path_to_inventory, fname))
|
||||
try:
|
||||
robj.get_coordinates(station_seed_id)
|
||||
# robj.get_coordinates(station_seed_id) # TODO: Commented out, failed with Parser, is this needed?
|
||||
self.inventory_files[fname] = {'invtype': invtype,
|
||||
'data': robj}
|
||||
if station_seed_id in self.seed_ids.keys():
|
||||
|
Loading…
Reference in New Issue
Block a user