changeset 47:8a76eb02a3ef

correct minor errors
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 24 Jan 2013 10:21:40 -0800
parents 9c3726a3d466
children 18643e92c91d
files mozillatry.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mozillatry.py	Wed Jan 23 17:45:20 2013 -0800
+++ b/mozillatry.py	Thu Jan 24 10:21:40 2013 -0800
@@ -208,12 +208,12 @@
         if commit is None:
             commit = self.try_syntax()
         repo = repo or self.config['mozilla_central']
-        push_to_try(patch=patches, repo=repo, commit=commit)
+        push_to_try(patches=patches, repo=repo, commit=commit)
 
 def main(args=sys.argv[1:]):
 
     # parse command line arguments
-    mozillatry, options, args = MozillaTryConfiguration.main(args)
+    mozillatry, options, patches = MozillaTryConfiguration.main(args)
 
     # get mozilla-central repository directory
     try_directory = options.mozilla_central