Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dcdc68e

Browse files
author
Roberto Alsina
committedMar 8, 2018
flake8
1 parent 5e6e2cd commit dcdc68e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎nikola/plugins/command/check.py

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ class CommandCheck(Command):
156156

157157
def _execute(self, options, args):
158158
"""Check the generated site."""
159-
160159
if not options['links'] and not options['files'] and not options['clean']:
161160
print(self.help())
162161
return False

‎nikola/plugins/command/github_deploy.py

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class CommandGitHubDeploy(Command):
7979

8080
def _execute(self, options, args):
8181
"""Run the deployment."""
82-
8382
# Check if ghp-import is installed
8483
check_ghp_import_installed()
8584

0 commit comments

Comments
 (0)
Please sign in to comment.