mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix linting errors
This commit is contained in:
parent
21242e3a47
commit
873df9094a
3 changed files with 11 additions and 11 deletions
|
|
@ -88,7 +88,7 @@ def ask(question, answer=str, default=None, length=None):
|
|||
if default:
|
||||
r = input('> {} [{}] '.format(question, default))
|
||||
else:
|
||||
r = input('> {} '.format(question, default))
|
||||
r = input('> {} '.format(question))
|
||||
|
||||
r = r.strip()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue