Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Oct 20, 2016
1 parent 36b8afc commit bd3b8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/plugin.py
Expand Up @@ -290,7 +290,7 @@ def do_install(self, url, name, show_install_notes=True):
try:
with io.open(req_plug_path, 'r', encoding='utf-8') as inf:
for plugname in inf.readlines():
do_install(url, plugname, show_install_notes)
self.do_install(url, plugname, show_install_notes)
except subprocess.CalledProcessError:
LOGGER.error('Could not install a plugin.')
print('Contents of the requirements-plugins.txt file:\n')
Expand Down

0 comments on commit bd3b8a2

Please sign in to comment.