Dropbox path reduplication error #548
Answered
by
amberin
newageoflight
asked this question in
Q&A
|
Getting an odd path error with Orgzly where it duplicates the subfolder path for the Dropbox repo. My repo is set to |
Answered by
amberin
Mar 19, 2025
Replies: 1 comment 2 replies
|
Never seen this before, but I believe I know what causes it. The code that infers file names relative to the root dir compares repo and file URLs, and it will get thrown off by inconsistent lower/upper case. We should be able to solve it by lower-casing both URLs when comparing them. |
2 replies
Answer selected by
newageoflight
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never seen this before, but I believe I know what causes it. The code that infers file names relative to the root dir compares repo and file URLs, and it will get thrown off by inconsistent lower/upper case. We should be able to solve it by lower-casing both URLs when comparing them.