Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix req_missing usage/flake8
  • Loading branch information
Kwpolska committed May 6, 2015
1 parent fd69359 commit 47cc127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/command/check.py
Expand Up @@ -183,7 +183,7 @@ def analyze(self, task, find_sources=False, check_remote=False):
url_type = self.site.config['URL_TYPE']

if check_remote and requests is None:
utils.req_missing(['requests'], 'check remote links')
req_missing(['requests'], 'check remote links')

if url_type in ('absolute', 'full_path'):
url_netloc_to_root = urlparse(self.site.config['BASE_URL']).path
Expand Down

0 comments on commit 47cc127

Please sign in to comment.