fredrik-corneliusson/click-web

syntaxerror: flask_app.logger.info

cowbe0x004 opened this issue · 2 comments

I got this following error when trying to run example_command, anyone have any idea?

File "/home/andrew/.virtualenvs/example/lib/python3.5/site-packages/click_web/__init__.py", line 59
    _flask_app.logger.info(f'OUTPUT_FOLDER: {OUTPUT_FOLDER}')
                                                           ^
SyntaxError: invalid syntax

I'll try that, thank you.