Skip to content

Commit

Permalink
initial testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhu8 committed Aug 5, 2024
1 parent 3ee8d0a commit f7fd869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mdharvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ def main(options: Namespace, inputdir: Path, outputdir: Path):
:param inputdir: directory containing (read-only) input files
:param outputdir: directory where to write output files
"""

start_date = options.startdate
end_date = options.enddate
print(DISPLAY_TITLE)

# Typically it's easier to think of programs as operating on individual files
Expand Down

0 comments on commit f7fd869

Please sign in to comment.