Mercurial > hg > configuration
changeset 91:1e06fd17b8ad
make dump method configurable
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 28 Apr 2012 23:18:30 -0700 |
parents | 6bf4a58b0988 |
children | a2dd0deb06b5 |
files | configuration/configuration.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configuration/configuration.py Sat Apr 28 22:55:39 2012 -0700 +++ b/configuration/configuration.py Sat Apr 28 23:18:30 2012 -0700 @@ -421,6 +421,7 @@ def dump(self, options): """dump configuration, if specified""" + dump = getattr(options, 'dump') if dump: # TODO: have a way of specifying format other than filename