Fixed pylint errors in output.py
This commit is contained in:
parent
b7504823e0
commit
007ed0dc76
@ -132,7 +132,7 @@ class LinuxTerminalOutput(object):
|
|||||||
return s
|
return s
|
||||||
|
|
||||||
def __raw(self, s):
|
def __raw(self, s):
|
||||||
for tag, ccode in TAGS:
|
for tag, _ in TAGS:
|
||||||
s = tag.sub("", s)
|
s = tag.sub("", s)
|
||||||
return s
|
return s
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user