Spaces in file paths still cause problems
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- infrastructure
Research direction
Inspect the code that creates rsyncers and compare its source and destination path handling for the example Supervisor_abc biX. Start by tracing where the destination is normalized to metadata_Supervisor_abc_biX; done means the rsyncer uses that same normalized destination and the spaced-source case is covered by an appropriate test.
Written by the indexing model from the issue text.
Description
The rsyncers are not made correctly for sources with spaces.
A source was provided of Supervisor_abc biX
This made an rsyncer from Supervisor_abc biX to metadata_Supervisor_abc biX
But the destination was made as metadata_Supervisor_abc_biX
-> The destination creation correctly substitutes the space for an underscore but the rsyncer is set up wrong
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 22
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.
More from DiamondLightSource/python-murfey
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
All issues in DiamondLightSource/python-murfey
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100