From 3ff6c031ff9561db11b5fd0cf994691e578f4ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Thu, 2 Sep 2010 23:51:16 +0000 Subject: [PATCH] --- check_hparray/trunk/check_hpacucli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_hparray/trunk/check_hpacucli.py b/check_hparray/trunk/check_hpacucli.py index e00fbfd..caedbde 100644 --- a/check_hparray/trunk/check_hpacucli.py +++ b/check_hparray/trunk/check_hpacucli.py @@ -116,7 +116,7 @@ def add_summary(text): summary = summary + text def set_path(path): - current_path = getenv('PATH') + current_path = getenv('PATH') if current_path.find('C:\\') > -1: # We are on this platform path = ";C:\Program Files\Hewlett-Packard\Sanworks\Element Manager for StorageWorks HSV" path = path + ";C:\Program Files (x86)\Compaq\Hpacucli\Bin"