changeset 48:0e014622ac1e

correct syntax error
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 10 Jan 2011 11:53:09 -0800
parents 98bc88ba2d56
children 5e14fe86bc52
files autobot/projects/logparser/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/logparser/__init__.py	Mon Jan 10 11:44:51 2011 -0800
+++ b/autobot/projects/logparser/__init__.py	Mon Jan 10 11:53:09 2011 -0800
@@ -18,4 +18,4 @@
 
     # run the tests
     self.addStep(ShellCommand(command=['python'],
-                              workdir=WithProperties('%(virtualenv)s/src/logparser/logparser'))
+                              workdir=WithProperties('%(virtualenv)s/src/logparser/logparser')))