Mercurial > hg > configuration
changeset 126:82151d79e117
configuration/configuration.py
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 17 Sep 2013 23:35:26 -0700 |
parents | c6a41a60afc0 |
children | 1c3ba645a69b |
files | configuration/configuration.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configuration/configuration.py Tue Sep 17 23:22:23 2013 -0700 +++ b/configuration/configuration.py Tue Sep 17 23:35:26 2013 -0700 @@ -603,7 +603,7 @@ self.default_config_file = os.path.join('~', self.config_name) self.default_config_file_path = os.path.expanduser(self.default_config_file) if os.path.exists(self.default_config_file_path): - self.load_help += ' [DEFAULT: %s]' % default_config_file + self.load_help += ' [DEFAULT: %s]' % self.default_config_file Configuration.__init__(self, usage=self.usage, load=load)