DiamondLightSource / DiamondLightSource/python-murfey
Spaces in file paths still cause problems
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 1
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 19
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.