Fix small variable name bug.

This commit is contained in:
Cole Robinson 2008-08-25 15:03:51 -04:00
parent dcc533c053
commit ab0d601c40
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ class vmmCreate(gobject.GObject):
# UUID, append disk and nic
try:
guest.uuid = virtinst.util.uuidToString(virtinst.util.randomUUID())
except ValueError, E:
except ValueError, e:
return self.err.val_err(_("UUID Error"), str(e))
# HACK: If usermode, and no nic is setup, use usermode networking