Skip to content
Snippets Groups Projects
Commit 63a783d1 authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

blackbox: fix a case of name capture

parent 55c6ab81
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
class blackboxui(ui.__class__):
@util.propertycache
def track(self):
return ui.configlist('blackbox', 'track', ['*'])
return self.configlist('blackbox', 'track', ['*'])
def log(self, event, *msg, **opts):
global lastblackbox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment