[Bug 524217] Re: testdrive fails to create VM

2010-02-18 Thread Michael Gauthier
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

Re: [Bug 524217] Re: testdrive fails to create VM

2010-02-18 Thread Dustin Kirkland
Thanks! I'll get it fixed. ** Changed in: testdrive (Ubuntu) Status: New = In Progress -- 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

[Bug 524217] Re: testdrive fails to create VM

2010-02-18 Thread Launchpad Bug Tracker
This bug was fixed in the package testdrive - 1.21-0ubuntu1 --- testdrive (1.21-0ubuntu1) lucid; urgency=low * testdrive: fix conditional test, LP: #524217 -- Dustin Kirkland kirkl...@ubuntu.com Sat, 13 Feb 2010 17:38:17 -0600 ** Branch linked: lp:testdrive ** Changed in: