1 评论 (1 评论)0 反应 (0 反应)1 负责人 (1 负责人)JavaScript3,934 star (3,934 star)473 fork (473 fork)batch import
bughelp wanted
- 议题类型
- bug
- 前置要求
- 无
- 研究方向
- The issue is that a startup script uses Python 2 syntax (print statement) which breaks in Python 3. To fix, locate the startup script in the repository, likely in a shell or Python file, and change the print statement to a function call with parentheses. No linked PRs or comments provide further guidance; the fix is straightforward.