Skip to content

Commit 443d4cc

Browse files
authored
Merge pull request #3129 from shivamtawari/patch-2
Update pubsFromBib.py
2 parents 838c072 + 6bfc213 commit 443d4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_generator/pubsFromBib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def html_escape(text):
153153

154154
with open("../_publications/" + md_filename, 'w', encoding="utf-8") as f:
155155
f.write(md)
156-
print(f'SUCESSFULLY PARSED {bib_id}: \"', b["title"][:60],"..."*(len(b['title'])>60),"\"")
156+
print(f'SUCCESSFULLY PARSED {bib_id}: \"', b["title"][:60],"..."*(len(b['title'])>60),"\"")
157157
# field may not exist for a reference
158158
except KeyError as e:
159159
print(f'WARNING Missing Expected Field {e} from entry {bib_id}: \"', b["title"][:30],"..."*(len(b['title'])>30),"\"")

0 commit comments

Comments
 (0)