Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Bustage fix for bug 561198 - fix paranthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Erick Dransch committed Jan 23, 2012
1 parent de8ec29 commit 56e9a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -1366,8 +1366,8 @@ def addLeakTestStepsCommon(self, baseUrl, leakEnv, graphAndUpload):
# Notice the '/' after the ':'. This prevents windows from trying to modify
# the path
'%s:/%s/%s ' % (self.stageServer, self.stageBasePath,
self.logUploadDir)) +
'malloc.log sdleak.tree' ]
self.logUploadDir) +
'malloc.log sdleak.tree') ]
self.addStep(ShellCommand(
name='upload_logs',
env=self.env,
Expand Down

0 comments on commit 56e9a5f

Please sign in to comment.