Skip to content

Commit e896536

Browse files
author
Kevin Milner
committed
fixed station list method
1 parent f0ee327 commit e896536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbp/comps/arias_duration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def run(self):
288288
bband_utils.mkdirs([a_tmpdir, a_outdir], print_cmd=False)
289289

290290
slo = StationList(a_statfile)
291-
site_list = slo.getStationList()
291+
site_list = slo.get_station_list()
292292

293293
for site in site_list:
294294
stat = site.scode

0 commit comments

Comments
 (0)