Mercurial > hg > configuration
changeset 92:a2dd0deb06b5
get dump in the parent method
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 28 Apr 2012 23:20:54 -0700 |
parents | 1e06fd17b8ad |
children | 88d0aa705f7d |
files | configuration/configuration.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configuration/configuration.py Sat Apr 28 23:18:30 2012 -0700 +++ b/configuration/configuration.py Sat Apr 28 23:20:54 2012 -0700 @@ -409,7 +409,7 @@ pass - if missingvalues and not dump: + if missingvalues and not getattr(options, 'dump'): # XXX assuming if you don't have values you were just dumping self.error(str(missingvalues))