Fix complete() of BaseType
This commit is contained in:
parent
0f29526f91
commit
dea80b3b54
@ -137,7 +137,7 @@ class BaseType:
|
|||||||
desc = self.valid_values.descriptions[val]
|
desc = self.valid_values.descriptions[val]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
desc = ""
|
desc = ""
|
||||||
out.append((val, desc))
|
out.append((val, desc))
|
||||||
return out
|
return out
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user