Fix lint on OS X
This commit is contained in:
parent
b520b39206
commit
99da7b697b
@ -166,6 +166,8 @@ def _os_info():
|
|||||||
Return:
|
Return:
|
||||||
A list of lines with version info.
|
A list of lines with version info.
|
||||||
"""
|
"""
|
||||||
|
# pylint has issues with platform.mac_ver()
|
||||||
|
# pylint: disable=unpacking-non-sequence
|
||||||
lines = []
|
lines = []
|
||||||
releaseinfo = None
|
releaseinfo = None
|
||||||
if sys.platform == 'linux':
|
if sys.platform == 'linux':
|
||||||
|
Loading…
Reference in New Issue
Block a user