Skip to content

Commit 68a0957

Browse files
committed
Fix bug
1 parent 38fab52 commit 68a0957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def main(ledgers, snapshot_dates):
2929
start_date, end_date = hlp.get_date_beginning(snapshot_dates[0]), hlp.get_date_end(snapshot_dates[-1])
3030
snapshot_dates = hlp.get_dates_between(start_date, end_date, granularity)
3131

32-
output_dir = hlp.get_output_directories()[0]
32+
output_dir = hlp.get_output_directory()
3333
if not output_dir.is_dir():
3434
output_dir.mkdir()
3535

0 commit comments

Comments
 (0)