forked from github/pelican
Correct new flake8 warnings
This commit is contained in:
parent
a982e0c4f4
commit
5a19887a22
4 changed files with 7 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ def err(msg, die=None):
|
|||
if die:
|
||||
sys.exit((die if type(die) is int else 1))
|
||||
|
||||
|
||||
try:
|
||||
import pelican
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue