only 2 values to print.

This commit is contained in:
benoitc 2010-12-13 11:18:41 +01:00
parent 0716a3bd84
commit 8eca403d89

View File

@ -114,7 +114,7 @@ class DjangoApplicationCommand(Application):
try:
self.cfg.set(k.lower(), v)
except:
sys.stderr.write("Invalid value for %s: %s [%s]\n\n" % (k, v))
sys.stderr.write("Invalid value for %s: %s\n\n" % (k, v))
raise
for k, v in list(self.options.items()):