Mercurial > hg > configuration
changeset 93:88d0aa705f7d
get dump in the parent method, follow-up
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 28 Apr 2012 23:21:09 -0700 |
parents | a2dd0deb06b5 |
children | 291fbbeb6e1e |
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:20:54 2012 -0700 +++ b/configuration/configuration.py Sat Apr 28 23:21:09 2012 -0700 @@ -409,7 +409,7 @@ pass - if missingvalues and not getattr(options, 'dump'): + if missingvalues and not getattr(options, 'dump', None): # XXX assuming if you don't have values you were just dumping self.error(str(missingvalues))