Skip to content

Commit

Permalink
return 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed May 18, 2017
1 parent 81dccdb commit 4a690bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/__main__.py
Expand Up @@ -372,7 +372,7 @@ def run(self, cmd_args):
try:
return super(DoitNikola, self).run(cmd_args)
except Exception:
pass
return 1

@staticmethod
def print_version():
Expand Down

0 comments on commit 4a690bb

Please sign in to comment.