assemblers/ostree.commit: whitespace fixes

Be more PEP-8 compliant.
This commit is contained in:
Christian Kellner 2020-08-11 17:10:18 +02:00 committed by David Rheinsberg
parent fdded58cdd
commit 6e63baa0d4

View file

@ -65,6 +65,7 @@ SCHEMA = """
}
"""
TOPLEVEL_DIRS = ["dev", "proc", "run", "sys", "sysroot", "var"]
TOPLEVEL_LINKS = {
"home": "var/home",
@ -177,7 +178,6 @@ def main(tree, output_dir, options, meta):
check=True)
if __name__ == '__main__':
args = json.load(sys.stdin)
r = main(args["tree"], args["output_dir"], args["options"], args["meta"])