[Bug 550691] [NEW] TypeError: int() argument must be a string or a number, not 'NoneType'
Paul Sladen
ubuntu at paul.sladen.org
Mon Mar 29 07:11:48 BST 2010
Public bug reported:
Traceback (most recent call last):
File "/usr/bin/vmbuilder", line 24, in <module>
cli.main()
File "/usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py", line 105, in main
self.set_disk_layout(hypervisor)
File "/usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py", line 203, in set_disk_layout
hypervisor.add_filesystem(elements[1], default_filesystem, mntpnt='/')
File "/usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py", line 51, in add_filesystem
fs = Filesystem(self, *args, **kwargs)
File "/usr/lib/python2.6/dist-packages/VMBuilder/disk.py", line 324, in __init__
self.set_type(type)
File "/usr/lib/python2.6/dist-packages/VMBuilder/disk.py", line 415, in set_type
if int(type) == type:
TypeError: int() argument must be a string or a number, not 'NoneType'
** Affects: vmbuilder
Importance: Undecided
Status: New
** Affects: vm-builder (Ubuntu)
Importance: Undecided
Status: New
** Also affects: vmbuilder
Importance: Undecided
Status: New
--
TypeError: int() argument must be a string or a number, not 'NoneType'
https://bugs.launchpad.net/bugs/550691
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.
More information about the Ubuntu-server-bugs
mailing list