DataSourceOVF: again fix broken commit
This commit is contained in:
@@ -214,6 +214,7 @@ def transport_iso9660(require_iso=True):
|
|||||||
get_ovf_env, mtype="iso9660")
|
get_ovf_env, mtype="iso9660")
|
||||||
except util.MountFailedError:
|
except util.MountFailedError:
|
||||||
LOG.debug("%s not mountable as iso9660" % fullp)
|
LOG.debug("%s not mountable as iso9660" % fullp)
|
||||||
|
continue
|
||||||
|
|
||||||
if contents is not False:
|
if contents is not False:
|
||||||
return (contents, fullp, fname)
|
return (contents, fullp, fname)
|
||||||
|
|||||||
Reference in New Issue
Block a user