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