periphery icon indicating copy to clipboard operation
periphery copied to clipboard

Fix for projects in groups with no physical folder

Open mike-at-home opened this issue 3 years ago • 0 comments

When placing project references in nested groups with no physical folder, the derived path would end up being absolute. (it would start with "/") because ["", ""].joined(separator: "/") results in "/" (root).

By filtering out empty locations before joining, this problem is avoided. There might be a better approach. (This PR serves dual purpose as issue report and suggested fix)

mike-at-home avatar May 18 '22 17:05 mike-at-home

Thanks!

ileitch avatar Aug 21 '22 17:08 ileitch