changeset 24:61969be88632

dont dereference for a raw value
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 18 Jan 2011 13:24:50 -0800
parents 2eaf17cb07f6
children b5cd8e22c868
files bzconsole/command.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bzconsole/command.py	Fri Dec 17 17:08:15 2010 -0800
+++ b/bzconsole/command.py	Tue Jan 18 13:24:50 2011 -0800
@@ -113,7 +113,7 @@
                     continue
                 options[key] = value.default
             else:
-                options[key] = value.default
+                options[key] = value
         _object = self._class(**options)
 
         # command specific args