Skip to content

Commit

Permalink
fix: changed default version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 14, 2022
1 parent 26954b6 commit e98291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin_scripts/base/pydev.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def pydev_file(file_path, fix = True):

python_version = properties.get("org.python.pydev.PYTHON_PROJECT_VERSION", None)
if not python_version: extra.warn("No python version defined")
elif not python_version == "python 2.6": extra.warn("Python version not 2.6")
elif not python_version == "python 3.6": extra.warn("Python version not 3.6")

for path in paths:
if path.startswith("/${PROJECT_DIR_NAME}"): continue
Expand Down

0 comments on commit e98291a

Please sign in to comment.