Skip to content

Commit

Permalink
debugging holocamera on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dli7319 committed Apr 11, 2024
1 parent 8833952 commit adff2a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DuBibtex.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,10 @@ def google_lookup(s, parser, use_scholar=False):
res = m.groups()[0].replace('\\', '')
print("DOI from Google and IEEE: %s\n" % res)
return res

if use_scholar and "HoloCamera" in s:
# Debugging for HoloCamera on GH Actions.
print(html)

print("* Nothing was found.\n")
return None
Expand Down

0 comments on commit adff2a3

Please sign in to comment.