mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Conform to changes in Flake8 v3.6 code style
This commit is contained in:
parent
08ae2ef361
commit
b27153fe9b
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ def ask(question, answer=str_compat, default=None, length=None):
|
|||
print('You must enter an integer')
|
||||
return r
|
||||
else:
|
||||
raise NotImplemented(
|
||||
raise NotImplementedError(
|
||||
'Argument `answer` must be str_compat, bool, or integer')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue