CodeLabClub / codelab_adapter_extensions

codelab_adapter extensions
GNU General Public License v3.0
143 stars 72 forks source link

Fixed a typo #43

Closed sjyoo closed 4 years ago

sjyoo commented 4 years ago

"f" caused invalid syntax error

wwj718 commented 4 years ago

Thanks for your PR! It is f-strings syntax, require python >= 3.6. I will adjust the Vector document Thanks!

sjyoo commented 4 years ago

FYI, I have errors on Python 3.6 and 3.7

(vector2) :~/codelab_adapter/servers$ python --version
Python 3.6.10 :: Anaconda, Inc.
wwj718 commented 4 years ago

This problem may be caused by the PYTHON3_PATH

Please set your Python path(which python) to PYTHON3_PATH(~/codelab_adapter/user_settings.py)

wwj718 commented 4 years ago

Hi @sjyoo ,Adapter has been upgraded to 3.2, do you still have the problem?