Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
karacolada committed Jul 9, 2024
1 parent 92ce131 commit 9a940fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/count_entries_in_cleaned_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ def main(path):
)
parser.add_argument("-f", "--file", type=str,
help="CSV file containing data from all ePrints repositories",
default="../../data/raw/eprints/cleaned_links/joined.csv")
default="../../data/raw/eprints/cleaned_repo_urls/joined.csv")
args = parser.parse_args()
main(args.file)
2 changes: 1 addition & 1 deletion src/utils/count_entries_in_extracted_pub_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def main(dirpath):
)
parser.add_argument("-d", "--directory", type=str,
help="Directory containing CSV files with publication URLs, one for each ePrints repository",
default="../../data/raw/eprints/eprints_pub/")
default="../../data/raw/eprints/publication_urls/")
args = parser.parse_args()
main(args.directory)

0 comments on commit 9a940fb

Please sign in to comment.