diff --git a/coreos-ostree-importer/coreos_ostree_importer.py b/coreos-ostree-importer/coreos_ostree_importer.py index c0cee55..a51d90d 100755 --- a/coreos-ostree-importer/coreos_ostree_importer.py +++ b/coreos-ostree-importer/coreos_ostree_importer.py @@ -198,7 +198,8 @@ def assert_dirs_permissions(path: str): logger.warning(f"Directory {d} does not have gid=263!") founderror = True if founderror: - raise Exception(f"Found directories with unexpected permissions/ownership") + print(f"XXX: Found directories with unexpected permissions/ownership") + #raise Exception(f"Found directories with unexpected permissions/ownership") def runcmd(cmd: list, **kwargs: int) -> subprocess.CompletedProcess: