Skip to content
Snippets Groups Projects
Commit d2a1f953 authored by q3k's avatar q3k
Browse files

py: fix bl00mbox ChannelOverview

parent f1ccebc4
No related branches found
No related tags found
No related merge requests found
Pipeline #6122 failed
...@@ -379,7 +379,10 @@ class Bud: ...@@ -379,7 +379,10 @@ class Bud:
class ChannelOverview: class ChannelOverview:
def __repr__(self, nonempty=False): def __init__(self, nonempty=False):
self._nonempty = nonempty
def __repr__(self):
nonempty = self._nonempty
ret = ( ret = (
"[channel list]\n foreground: [channel " "[channel list]\n foreground: [channel "
+ str(sys_bl00mbox.channel_get_foreground()) + str(sys_bl00mbox.channel_get_foreground())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment