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
--HG--
branch : production-0.8
  • Loading branch information
Erick Dransch committed Jan 23, 2012
1 parent 1725b54 commit ba2b793
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 @@ -1704,8 +1704,8 @@ def addCodesighsSteps(self):
# Notice the '/' after the ':'. This prevents windows from trying to modify
# the path
'%s:/%s/%s ' % (self.stageServer, self.stageBasePath,
self.logUploadDir)) +
'codesize-auto.log' ]
self.logUploadDir) +
'codesize-auto.log') ]
self.addStep(ShellCommand(
name='upload_codesize_logs',
command=cmd,
Expand Down

0 comments on commit ba2b793

Please sign in to comment.