# HG changeset patch # User Jeff Hammel # Date 1354909093 28800 # Node ID dde820879dba8f0131151531a989a5d509b77cc0 # Parent 0cac33b7682a06ad669b870533495d5f199521e7 syntax error diff -r 0cac33b7682a -r dde820879dba mozillatry.py --- a/mozillatry.py Fri Dec 07 10:53:32 2012 -0800 +++ b/mozillatry.py Fri Dec 07 11:38:13 2012 -0800 @@ -85,7 +85,7 @@ 'debug': {'default': True, 'help': "whether to try on debug builds"}, 'platforms': {'default': [], - help="platforms to run on"}, + 'help': "platforms to run on"}, 'unittests': {'default': [], 'help': "unit tests to run", 'flags': ['-u', '--unittests']},