Navigation Menu

Skip to content

Commit

Permalink
Remove redundant phrasing
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 5ee1a3a commit 8d722fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/plugin.py
Expand Up @@ -285,7 +285,7 @@ def do_install(self, url, name, show_install_notes=True):
req_plug_path = os.path.join(dest_path, 'requirements-plugins.txt')
if os.path.exists(req_plug_path):
LOGGER.notice('This plugin requires other Nikola plugins.')
LOGGER.info('Installing plugins using Nikola...')
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:
Expand Down

0 comments on commit 8d722fc

Please sign in to comment.