1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)JavaScript3,934 stars (3,934 stars)473 forks (473 forks)batch import
bughelp wanted
- Issue 種別
- 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.