Skip to content

Commit 3041ae1

Browse files
committed
Properly support multiple bibliography plugins
1 parent 67f99f6 commit 3041ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

latex_cite_completions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def _run_command(plugin_name):
370370
else:
371371
for plugin_name in plugins:
372372
if not plugin_name.endswith('_bibliography'):
373-
plugins = '{0}_bibliography'.format(plugins)
373+
plugin_name = '{0}_bibliography'.format(plugins)
374374
try:
375375
result = _run_command(plugin_name)
376376
except BibPluginError:

0 commit comments

Comments
 (0)