[Bug 524217] Re: testdrive fails to create VM

Michael Gauthier mike at silverorange.com
Fri Feb 19 03:48:03 UTC 2010


This is a problem in the code to delete existing vm images. The "if
os.path.exists()" call has an erroneous == 0 at the end causing the
os.path.unlink() to always run even if the file doesn't exist. This
causes a python exception trying to delete a file that does not exist.

-- 
testdrive fails to create VM
https://bugs.launchpad.net/bugs/524217
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list