mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix flake8 E302 in pelican_quickstart.py
This commit is contained in:
parent
283a8b9c9f
commit
59e2702c85
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ RSYNC_EXCLUDES = """\
|
|||
.DS_Store
|
||||
"""
|
||||
|
||||
|
||||
def ask(question, answer=str, default=None, length=None):
|
||||
if answer is str:
|
||||
r = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue