Skip to content
Snippets Groups Projects
Commit 41e7d106 authored by nkour's avatar nkour
Browse files

typo

parent f3d36d9d
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ def get_os_info():
child_stdout.close()
child_stdin.close()
# 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)
return output
# lsb_release executable not available, so parse files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment