Mercurial > hg > martINI
diff martini/config.py @ 6:09bed87f7fa4
fix some errors
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 24 Nov 2010 10:49:37 -0800 |
parents | 3c3522ce6e3a |
children | 7c8f23eae311 |
line wrap: on
line diff
--- a/martini/config.py Tue Mar 02 20:32:03 2010 -0500 +++ b/martini/config.py Wed Nov 24 10:49:37 2010 -0800 @@ -124,7 +124,7 @@ if sorted: options.sort() for option in options: - print >> fp, "%s = %s" % (option, self.get(section, option, raw, vars)) + print >> fp, "%s = %s" % (option, self.get(section, option, raw=raw, vars=vars)) if section != sections[-1]: print >> fp