changeset 138:96234eec1a04

another syntax error
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 24 Jan 2011 12:31:11 -0800
parents 14430c384556
children a0866ad63d93
files autobot/process/factory.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/process/factory.py	Mon Jan 24 12:30:29 2011 -0800
+++ b/autobot/process/factory.py	Mon Jan 24 12:31:11 2011 -0800
@@ -105,7 +105,7 @@
 
     # checkout sources
     self.checkout(workdir=WithProperties('%(virtualenv)s/src'),
-                  haltOnFailure=True))
+                  haltOnFailure=True)
 
 
   def findScript(self, script):