fix: ad-hoc commands
This commit is contained in:
parent
fc1eca7ac3
commit
f44eb7a2d1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class ListTab(Tab):
|
|||
Tab.__init__(self, core)
|
||||
self.state = 'normal'
|
||||
self._error_message = ''
|
||||
self.name = name
|
||||
self._name = name
|
||||
columns = collections.OrderedDict()
|
||||
for col, num in cols:
|
||||
columns[col] = num
|
||||
|
|
Loading…
Reference in a new issue