Handle situation where applications are in C:\Program Files

Change-Id: I9d99aac111ae2d630bfb21d4ce39df2d184709f2
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
Bill King
2012-02-27 16:56:55 +01:00
committed by Robert Löhning
parent 6abe727306
commit 2c7e68e6f7
+1 -1
View File
@@ -160,7 +160,7 @@ class JIRA:
for call in cmdAndArgs:
prog = which(call)
if prog:
return getOutputFromCmdline("%s %s %s/%s-%d" % (prog, cmdAndArgs[call], JIRA_URL, self._bugType, self._number))
return getOutputFromCmdline('"%s" %s %s/%s-%d' % (prog, cmdAndArgs[call], JIRA_URL, self._bugType, self._number))
return None
# this function initializes the bug dict for localOnly usage and