Yes, this is wrong (VMBuilder/disk.py:332):
if not os.path.exists(self.filename):
logging.info('Not preallocated, so we create it.')
if not self.filename:
If self.filename is "None", then os.path.exists(self.filename) fails
with the above TypeError
** Changed in: vm-builder (Ubuntu)
Importance: Undecided => Medium
** Changed in: vm-builder (Ubuntu)
Status: New => Confirmed
--
TypeError: coercing to Unicode: need string or buffer, NoneType found
https://bugs.launchpad.net/bugs/551451
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs