-
Notifications
You must be signed in to change notification settings - Fork 0
Use a proper path builder library #220
Copy link
Copy link
Open
Labels
area: uop/stfcAn issue relating to the STFC user office project.An issue relating to the STFC user office project.origin: projectAn issue relating to a project.An issue relating to a project.type: refactorThe issue describes an internal change in our applications to improve developer experience.The issue describes an internal change in our applications to improve developer experience.
Milestone
Metadata
Metadata
Assignees
Labels
area: uop/stfcAn issue relating to the STFC user office project.An issue relating to the STFC user office project.origin: projectAn issue relating to a project.An issue relating to a project.type: refactorThe issue describes an internal change in our applications to improve developer experience.The issue describes an internal change in our applications to improve developer experience.
Type
Fields
Give feedbackNo fields configured for issues without a type.
A cause of #216 was that we were concatenating raw strings to build the path for a config file.
We should use a proper path builder library for such instances that can handle or add extra separators as needed.