We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fab52 commit 68a0957Copy full SHA for 68a0957
run.py
@@ -29,7 +29,7 @@ def main(ledgers, snapshot_dates):
29
start_date, end_date = hlp.get_date_beginning(snapshot_dates[0]), hlp.get_date_end(snapshot_dates[-1])
30
snapshot_dates = hlp.get_dates_between(start_date, end_date, granularity)
31
32
- output_dir = hlp.get_output_directories()[0]
+ output_dir = hlp.get_output_directory()
33
if not output_dir.is_dir():
34
output_dir.mkdir()
35
0 commit comments