Skip to content

Commit

Permalink
[Scotland] Output to same location as old parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Apr 29, 2024
1 parent d5422d1 commit 68d9b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscraper/sp_2024/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
parldata = Path(file_dir, "..", "..", "..", "parldata")

cache_dir = parldata / "cmpages" / "sp_2024"
output_dir = parldata / "scrapedxml" / "sp_2024"
output_dir = parldata / "scrapedxml" / "sp-new"


@click.group()
Expand Down

0 comments on commit 68d9b6b

Please sign in to comment.