We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f99f6 commit 3041ae1Copy full SHA for 3041ae1
latex_cite_completions.py
@@ -370,7 +370,7 @@ def _run_command(plugin_name):
370
else:
371
for plugin_name in plugins:
372
if not plugin_name.endswith('_bibliography'):
373
- plugins = '{0}_bibliography'.format(plugins)
+ plugin_name = '{0}_bibliography'.format(plugins)
374
try:
375
result = _run_command(plugin_name)
376
except BibPluginError:
0 commit comments