https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287251
--- Comment #22 from Yanhui He <[email protected]> --- (In reply to Michael Osipov from comment #21) Would you please add a test like below to test FreeBSD ISO files and make sure the published ISO files can be opened by pycdlib? #!/usr/bin/env python import pycdlib iso = pycdlib.PyCdlib(always_consistent=True) src_iso = "FreeBSD-14.3-RC1-amd64-dvd1.iso" iso.open(src_iso) iso.close() Thanks! Yanhui -- You are receiving this mail because: You are the assignee for the bug.
