Skip to content

Commit

Permalink
Fix missing file error
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt343 committed Sep 15, 2024
1 parent d46edd5 commit 43d6318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def get_directories(self, county, test):

def get_list_of_html(self, case_html_path, case_number, county, test):
# This will loop through the html in the folder they were scraped to.
os.makedirs(case_html_path, exist_ok=True)
case_html_list = os.listdir(case_html_path)

# However, if an optional case number is passed to the function, then read in the case number html file from the data folder
Expand Down

0 comments on commit 43d6318

Please sign in to comment.