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