9824: pylint error: no enable_debug, move to LOG.debug
was pull request #284
This commit is contained in:
@ -1152,8 +1152,7 @@ class GeneWebParser:
|
|||||||
except UnicodeDecodeError:
|
except UnicodeDecodeError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
return( s)
|
return(s)
|
||||||
|
|
||||||
def debug( self, txt):
|
def debug(self, txt):
|
||||||
if enable_debug:
|
LOG.debug(txt)
|
||||||
print(txt)
|
|
||||||
|
Reference in New Issue
Block a user