Skip to content

Commit

Permalink
Merge pull request #104 from MaRDI4NFDI/deepsource-autofix-ff0284d0
Browse files Browse the repository at this point in the history
refactor: add newline at end of file
  • Loading branch information
physikerwelt authored Oct 17, 2024
2 parents 4677f4e + bfd35ff commit 034b3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/zbmath_rest2oai/restApi_software_Json.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def process_metadata(csv_file_path, api_url, output_path=None):
api_url = 'https://api.zbmath.org/v1/software/825' # API URL, can be generalized for any software ID
output_path = '../../test/data/software/software_with_swhid.json'
output_log_filename = '../../test/data/software/logfile.txt'
process_metadata(csv_file_path, api_url , output_path)
process_metadata(csv_file_path, api_url , output_path)
2 changes: 1 addition & 1 deletion src/zbmath_rest2oai/swhid.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def parse_csv_to_dict(csv_file_path):
swmathid = int(row['swmathid'])
swhid = row['swhid']
swmathid_to_swhid[swmathid] = swhid
return swmathid_to_swhid
return swmathid_to_swhid

0 comments on commit 034b3bf

Please sign in to comment.