Skip to content

Commit bb2d7c7

Browse files
gs cite to manubot fix
1 parent ea11efc commit bb2d7c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_cite/cite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
# Manubot doesn't work without an id
138138
plugin = get_safe(source, "plugin", "")
139139

140-
if _id and plugin != "google-scholar.py"
140+
if _id and plugin != "google-scholar":
141141
log("Using Manubot to generate citation", 1)
142142

143143
try:

0 commit comments

Comments
 (0)