global: fix PEP-8 formatting

This patch was generated by running `autopep8 --diff` on the
source tree and then applying the diff.
This commit is contained in:
Christian Kellner 2022-08-04 16:59:11 +02:00
parent bb644cdd07
commit f05078f66e
20 changed files with 36 additions and 28 deletions

View file

@ -230,7 +230,7 @@ def create_oci_dir(tree, output_dir, options):
config["rootfs"]["diff_ids"] = [digest]
manifest["layers"].append(info)
## write config
# write config
info = blobs_add_json(blobs, config, "config")
manifest["config"] = info

View file

@ -56,6 +56,7 @@ SCHEMA = """
}
"""
@contextlib.contextmanager
def mount(source, dest, *options):
os.makedirs(dest, 0o755, True)