Skip to content

Commit 7a08e26

Browse files
authored
Merge pull request #38 from ttkyryliuk/master
Fixing bug in end time for atacr downloading data
2 parents c6c02d8 + 4e89786 commit 7a08e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: obstools/scripts/atacr_download_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def main(args=None):
337337

338338
# Get catalogue search end time
339339
if args.endT is None:
340-
tend = sta.startdate
340+
tend = sta.enddate
341341
else:
342342
tend = args.endT
343343

0 commit comments

Comments
 (0)