You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @andrasaa, you need to run python-minifier using a version of python that supports your source.
If your source code only works in python 2.7, you need to install and run python-minifier with python 2.7
Hello @andrasaa, you need to run python-minifier using a version of python that supports your source. If your source code only works in python 2.7, you need to install and run python-minifier with python 2.7
Thank you. I changed Python version to Python 2.7.18 but it has the same issue. I tried Command Line and Visual Code too.
Hi There,
I have found an issue. The description says that Python 2.7 is supported, but it gives and error on "print" function
Missing parentheses in call to 'print'. Did you mean print(boolObjL)?
Parentheses is not required for print in Python 2.7.
The text was updated successfully, but these errors were encountered: