App.__format_topdir(): Mention "relative" in error #78
Loading…
Reference in a new issue
No description provided.
Delete branch "jan/fix/20260822-app-format-topdir-mention-relative-in-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
App.__format_topdir(): Mention relative in error
__format_topdir() accepts "absolute", "relative", "unaltered", and "make:", but the error message it raises for anything else only lists "unaltered", "absolute", and "make:", leaving out "relative".
Add "relative" to the list of valid formats in the error message.
App.__format_topdir(): Mention relative in errorto App.__format_topdir(): Mention "relative" in error