# HG changeset patch # User Jeff Hammel # Date 1296583491 28800 # Node ID 1fb46d94bae626c192ec623006f50534583d2491 # Parent 8b40756354d7e9095047ddb90cadc2711b38a81e misplaced parens diff -r 8b40756354d7 -r 1fb46d94bae6 autobot/projects/mozmill/__init__.py --- a/autobot/projects/mozmill/__init__.py Tue Feb 01 10:01:12 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Tue Feb 01 10:04:51 2011 -0800 @@ -22,7 +22,7 @@ # ensure mozmill works at all self.findScript('mozmill') - self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s', '--help')], + self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s'), '--help'], description='mozmill --help')) # get firefox