pcdshub / pcdshub/engineering_tools
image saver shebang can use python 2
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 36
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 3
Description
image_saver requires python 3 because it uses nonlocal, we should try changing it to #!/usr/bin/python3 or #!/usr/bin/env python3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the image_saver entry point and inspect its current shebang first. Confirm which Python 3 shebang form the project expects, update it, and verify that the script is launched with Python 3 rather than Python 2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100