forked from qt-creator/qt-creator
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:
committed by
Robert Löhning
parent
6abe727306
commit
2c7e68e6f7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user