Skip to content

Commit

Permalink
Fix command-line arg for hourly_aggregator
Browse files Browse the repository at this point in the history
Fixes #135
  • Loading branch information
mhidas committed Jun 6, 2022
1 parent af80337 commit 9dfcc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aodntools/timeseries_products/hourly_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,4 +567,4 @@ def hourly_aggregator(files_to_aggregate, site_code, qcflags, input_dir='', outp
qcflags = [int(i) for i in args.qcflags]

hourly_aggregator(files_to_aggregate=files_to_aggregate, site_code=args.site_code, qcflags=qcflags,
input_dir=args.input_dir, output_dir=args.output_path)
input_dir=args.input_dir, output_dir=args.output_dir)

0 comments on commit 9dfcc61

Please sign in to comment.