Skip to content

Commit

Permalink
Fix minor copy-paste bug
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 20, 2016
1 parent 8d722fc commit a316c54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/command/plugin.py
Expand Up @@ -286,7 +286,6 @@ def do_install(self, url, name, show_install_notes=True):
if os.path.exists(req_plug_path):
LOGGER.notice('This plugin requires other Nikola plugins.')
LOGGER.info('Installing plugins...')
print('Contents of the requirements-nonpy.txt file:\n')
try:
with io.open(req_plug_path, 'r', encoding='utf-8') as inf:
for plugname in inf.readlines():
Expand Down

0 comments on commit a316c54

Please sign in to comment.