option not define in f def name()

This commit is contained in:
Emmanuel Garette 2019-01-28 11:45:20 +01:00
parent f018217b1e
commit 31adca7292
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ class _TiramisuOptionOptionDescription(CommonTiramisuOption):
not self.issymlinkoption():
return self._name
else:
option = self._option_bag.option
return option.impl_getopt().impl_getname()
def path(self) -> str: