option not define in f def name()
This commit is contained in:
parent
f018217b1e
commit
31adca7292
|
@ -171,6 +171,7 @@ class _TiramisuOptionOptionDescription(CommonTiramisuOption):
|
||||||
not self.issymlinkoption():
|
not self.issymlinkoption():
|
||||||
return self._name
|
return self._name
|
||||||
else:
|
else:
|
||||||
|
option = self._option_bag.option
|
||||||
return option.impl_getopt().impl_getname()
|
return option.impl_getopt().impl_getname()
|
||||||
|
|
||||||
def path(self) -> str:
|
def path(self) -> str:
|
||||||
|
|
Loading…
Reference in New Issue