1
0
Fork 0
forked from github/pelican

PyCodeStyle fixes to keep Flake8 happy

Travis appears to be using new versions of underlying code style
analyzers, so these changes were necessary in order to keep tests green.
This commit is contained in:
Justin Mayer 2017-10-26 13:53:32 -07:00
commit 56a483475b
4 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ def err(msg, die=None):
try:
import pelican
except:
except ImportError:
err('Cannot import pelican.\nYou must '
'install Pelican in order to run this script.',
-1)