Skip to content

Commit

Permalink
Merge pull request #584 from Str3am786/master
Browse files Browse the repository at this point in the history
Added Related papers to somef_cli (arxiv_urls)
  • Loading branch information
dgarijo authored Jul 14, 2023
2 parents 100f6a4 + e7c3230 commit 9880524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/somef/somef_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def cli_get_data(threshold, ignore_classifiers, repo_url=None, doc_src=None, loc
readme_source)
repository_metadata = regular_expressions.extract_images(unfiltered_text, repo_url, local_repo,
repository_metadata, readme_source, def_branch)
repository_metadata = regular_expressions.extract_arxiv_links(unfiltered_text,repository_metadata,readme_source)
logging.info("Completed extracting regular expressions")
return repository_metadata

Expand Down

0 comments on commit 9880524

Please sign in to comment.