fredrik-corneliusson / click-web

Serve click scripts over the web
MIT License
265 stars 17 forks source link

syntaxerror: flask_app.logger.info #4

Closed cowbe0x004 closed 5 years ago

cowbe0x004 commented 5 years ago

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
fredrik-corneliusson commented 5 years ago

Hi, It needs at least Python version 3.6.

Cheers, Fredrik

Den mån 25 mars 2019 06:20cowbe0x004 notifications@github.com skrev:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fredrik-corneliusson/click-web/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/ACU4QMWZLaDr-xsPNbclXMrQ-1o-Mvtnks5vaFyAgaJpZM4cGF55 .

cowbe0x004 commented 5 years ago

I'll try that, thank you.