Remove pylint bad-whitepace references
This commit is contained in:
parent
9818d5196f
commit
ba5efedb11
7 changed files with 3 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
"""WizardKit: Config - ddrescue"""
|
"""WizardKit: Config - ddrescue"""
|
||||||
# pylint: disable=bad-whitespace,line-too-long
|
# pylint: disable=line-too-long
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
"""WizardKit: Config - Hardware"""
|
"""WizardKit: Config - Hardware"""
|
||||||
# pylint: disable=bad-whitespace,line-too-long
|
# pylint: disable=line-too-long
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
NOTE: Non-standard formating is used for BASH/BATCH/PYTHON compatibility
|
NOTE: Non-standard formating is used for BASH/BATCH/PYTHON compatibility
|
||||||
"""
|
"""
|
||||||
# pylint: disable=bad-whitespace
|
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
"""WizardKit: Config - Net"""
|
"""WizardKit: Config - Net"""
|
||||||
# pylint: disable=bad-whitespace
|
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
"""WizardKit: Config - UFD"""
|
"""WizardKit: Config - UFD"""
|
||||||
# pylint: disable=bad-whitespace
|
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
"""WizardKit: Graph Functions"""
|
"""WizardKit: Graph Functions"""
|
||||||
# pylint: disable=bad-whitespace
|
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
|
||||||
|
|
@ -880,7 +880,7 @@ def major_exception():
|
||||||
# print('Uploading... ', end='', flush=True)
|
# print('Uploading... ', end='', flush=True)
|
||||||
# try:
|
# try:
|
||||||
# upload_debug_report(report, reason='CRASH')
|
# upload_debug_report(report, reason='CRASH')
|
||||||
# except Exception: #pylint: disable=broad-except
|
# except Exception: # pylint: disable=broad-except
|
||||||
# print_error('FAILED', log=False)
|
# print_error('FAILED', log=False)
|
||||||
# LOG.error('Upload failed', exc_info=True)
|
# LOG.error('Upload failed', exc_info=True)
|
||||||
# else:
|
# else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue