Mercurial > mozilla > hg > MozillaTry
changeset 38:2d900a1f9951
use correct method
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 08 Jan 2013 14:59:21 -0800 |
parents | cbf6ec238952 |
children | 0895e61753d1 |
files | mozillatry.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mozillatry.py Tue Jan 08 14:44:19 2013 -0800 +++ b/mozillatry.py Tue Jan 08 14:59:21 2013 -0800 @@ -202,7 +202,7 @@ def main(args=sys.argv[1:]): # parse command line arguments - mozillatry, options, args = MozillaTryConfiguration.create(args) + mozillatry, options, args = MozillaTryConfiguration.main(args) # get mozilla-central repository directory try_directory = options.mozilla_central