robotframework-lsp icon indicating copy to clipboard operation
robotframework-lsp copied to clipboard

Syntax Error on installing dependent module for robotframework-lsp

Open otemek opened this issue 1 year ago • 0 comments

Extracting robotframework_lsp-1.11.0-py3.11.egg to /home/tomek/Development/robotframework-lsp/.venv/lib/python3.11/site-packages
  File "/home/tomek/Development/robotframework-lsp/.venv/lib/python3.11/site-packages/robotframework_lsp-1.11.0-py3.11.egg/robotframework_debug_adapter/vendored/vendored_pydevd/tests_python/resources/_pydev_coverage_syntax_error.py", line 5
    def Print(self)
                   ^
SyntaxError: expected ':'

Syntax error found on building vendor module for robotframework-lsp module using this step as a reference

The filename suggests that this error is intentional but is it? (just to confirm) :)

otemek avatar Feb 11 '24 12:02 otemek