From 41e7d106d88eba9a78c9ea32162492eb5f956066 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 20 May 2005 16:46:07 +0000 Subject: [PATCH] typo --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index 05a6227f7..0babbdd5d 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -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