Blob Blame History Raw
# HG changeset patch
# User "Cole Robinson <crobinso@redhat.com>"
# Date 1224170141 14400
# Node ID d920fb2662c1a2f431d4bdbb2184060c7d90cf84
# Parent  9f6f1a0111747919593704903b9247a7a70ca381
Fix missing variable error.

diff -r 9f6f1a011174 -r d920fb2662c1 virtinst/VirtualDisk.py
--- a/virtinst/VirtualDisk.py	Tue Oct 14 14:32:46 2008 -0400
+++ b/virtinst/VirtualDisk.py	Thu Oct 16 11:15:41 2008 -0400
@@ -302,7 +302,7 @@
 
     def __check_if_path_managed(self):
         vol = None
-        err = None
+        verr = None
         pool = util.lookup_pool_by_path(self.conn,
                                         os.path.dirname(self.path))
         if pool: