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:
parent
bb644cdd07
commit
f05078f66e
20 changed files with 36 additions and 28 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ SCHEMA = """
|
|||
}
|
||||
"""
|
||||
|
||||
|
||||
@contextlib.contextmanager
|
||||
def mount(source, dest, *options):
|
||||
os.makedirs(dest, 0o755, True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue