App.__format_topdir(): Mention "relative" in error #78
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ class App(Base):
|
||||||
if m is None:
|
if m is None:
|
||||||
raise Exception(
|
raise Exception(
|
||||||
f'Can\'t interpret "{fmt}" as valid topdir reference, '
|
f'Can\'t interpret "{fmt}" as valid topdir reference, '
|
||||||
'expecting "unaltered", "absolute", or "make:<variable-name>"'
|
'expecting "absolute", "relative", "unaltered", '
|
||||||
|
'or "make:<variable-name>"'
|
||||||
)
|
)
|
||||||
return '$(' + m.group(1) + ')'
|
return '$(' + m.group(1) + ')'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue