Mercurial > mozilla > hg > MozillaTry
changeset 15:0dfc618488d6
...
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 04 Dec 2012 16:32:34 -0800 |
parents | 06b8783eae81 |
children | 6a3754236d1f |
files | mozillatry.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mozillatry.py Tue Dec 04 16:29:53 2012 -0800 +++ b/mozillatry.py Tue Dec 04 16:32:34 2012 -0800 @@ -106,7 +106,7 @@ try_directory = self.config.get('mozilla_central') if (try_directory is None) or (not os.path.exists(try_directory)): - parser.error("mozilla-central directory does not exist: %s" % try_directory) + raise ConfigurationError("mozilla-central directory does not exist: %s" % try_directory) def configuration_files(self, options, args): configuration_files = configuration.Configuration.configuration_files(self, options, args)