Skip to content

Commit

Permalink
change to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshk committed Dec 19, 2022
1 parent 8a6c607 commit 005930f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook_examples/make_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def make_readme():
bib = cell["source"]
parsed_bib = parse_adsbib_format(bib)

# add a record for the future index.json file
# add a record for the future index.json
index_json_entry: dict = {}
for key in parsed_bib:
index_json_entry[key.replace(' ', '_')] = parsed_bib[key]
Expand Down

0 comments on commit 005930f

Please sign in to comment.