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
Description
print statement breaks
Contributor guide
- Tech stack
- python
- Domain
- tooling
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 1
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 90
- Research direction
- 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.