David Huff wrote:
This script replaces the existing script in ovirt-node-image to edit
live cds.  I am Looking for comments/feedback before I send to
livecd-list for possible inclusion into Livecd-tools.

-D
------------------------------------------------------------------------

_______________________________________________
Ovirt-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ovirt-devel
Need to add a default for the --output option otherwise you'll run into this error.

Traceback (most recent call last):
 File "edit-livecd.py", line 320, in <module>
   sys.exit(main())
 File "edit-livecd.py", line 309, in main
   editor.package(options.output)
File "/usr/lib/python2.6/site-packages/imgcreate/creator.py", line 761, in package
   os.path.join(destdir, f))
 File "/usr/lib64/python2.6/posixpath.py", line 67, in join
   elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'

_______________________________________________
Ovirt-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ovirt-devel

Reply via email to