Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyChristina authored and dimkarakostas committed Oct 4, 2023
1 parent b63d097 commit 3cc7bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
logging.basicConfig(format='[%(asctime)s] %(message)s', datefmt='%Y/%m/%d %I:%M:%S %p', level=logging.INFO)


def main(projects, timeframes, force_parse, force_map, make_plots, make_animated_plots, output_dir=OUTPUT_DIR):
def main(projects, timeframes, force_parse, force_map, make_plots, make_animated_plots, output_dir=hlp.OUTPUT_DIR):
"""
Executes the entire pipeline (parsing, mapping, analyzing) for some projects and timeframes.
:param projects: list of strings that correspond to the ledgers whose data should be analyzed
Expand Down

0 comments on commit 3cc7bc2

Please sign in to comment.