typo
This commit is contained in:
parent
f3d36d9d80
commit
41e7d106d8
|
@ -83,7 +83,7 @@ def get_os_info():
|
||||||
child_stdout.close()
|
child_stdout.close()
|
||||||
child_stdin.close()
|
child_stdin.close()
|
||||||
# some distros put n/a in places so remove them
|
# some distros put n/a in places so remove them
|
||||||
pattern = sre.compile(r' n/a', sre.IGNORE_CASE)
|
pattern = sre.compile(r' n/a', sre.IGNORECASE)
|
||||||
output = sre.sub(pattern, '', output)
|
output = sre.sub(pattern, '', output)
|
||||||
return output
|
return output
|
||||||
# lsb_release executable not available, so parse files
|
# lsb_release executable not available, so parse files
|
||||||
|
|
Loading…
Reference in New Issue