Fix unused-variables errors found by pylint
This commit is contained in:
parent
851be18d72
commit
70a58715f3
4 changed files with 5 additions and 6 deletions
|
@ -71,7 +71,7 @@ class Config(bumblebee.store.Store):
|
|||
self._args = parser.parse_args(args if args else [])
|
||||
|
||||
if not self._args.debug:
|
||||
logger = logging.getLogger().disabled = True
|
||||
logging.getLogger().disabled = True
|
||||
|
||||
for param in self._args.parameters:
|
||||
key, value = param.split("=")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue