Closed thinkliving2020 closed 2 years ago
:blush: Welcome to the Apache Linkis (incubating) community!! We are glad that you are contributing by opening this issue.
Please make sure to include all the relevant context. We will be here shortly.
If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.
WeChat Group:
Mailing Lists: | name | description | Subscribe | Unsubscribe | archive |
---|---|---|---|---|---|
dev@linkis.apache.org | community activity information | subscribe | unsubscribe | archive |
You can configure wds.linkis.entrance.skip.auth=true to turn off dangerous syntax checking
Search before asking
Linkis Component
web
What happened + What you expected to happen
python code comment is not work.
new a python script on scriptis eg:
import sys
print('hello')
run the python script code, happen this error : operation failed(操作失败) the reason(原因):PythonCodeCheckException:errCode:20070, desc:can not use sys module, ip:xa250, port:9104, serviceKind:linkis-cg-entrance
Relevent platform
firefox Browser
Reproduction script
import sys (commented) print('hello')
Anything else
No response
Are you willing to submit a PR?