You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When I delete a folder using the rm_folder() function the script raises an Exception when the iso.write(destination) is called. It doesn't happen for every single directory, but most of them, anyway. Any ideas?
Thank you
pycdlib.pycdlibexception.PyCdlibInternalError: Invalid integer passed to swab; must be unsigned 32-bits!
The text was updated successfully, but these errors were encountered:
Nothing in particular comes to mind. If you have a particular ISO or a particular directory structure that causes this to happen, I'd be happy to look into it and try to figure out what is going on.
Hi,
When I delete a folder using the
rm_folder()
function the script raises anException
when theiso.write(destination)
is called. It doesn't happen for every single directory, but most of them, anyway. Any ideas?Thank you
pycdlib.pycdlibexception.PyCdlibInternalError: Invalid integer passed to swab; must be unsigned 32-bits!
The text was updated successfully, but these errors were encountered: