This commit is contained in:
Páll Guðjón Sigurðsson 2010-09-02 23:51:16 +00:00
parent a1cee9525c
commit 3ff6c031ff
1 changed files with 1 additions and 1 deletions

View File

@ -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"