Fix flake8 E302 in pelican_quickstart.py

This commit is contained in:
David Cantrell 2019-12-03 16:51:18 -05:00 committed by David Cantrell
commit 59e2702c85

View file

@ -93,6 +93,7 @@ RSYNC_EXCLUDES = """\
.DS_Store
"""
def ask(question, answer=str, default=None, length=None):
if answer is str:
r = ""