assemblers/ostree.commit: whitespace fixes
Be more PEP-8 compliant.
This commit is contained in:
parent
fdded58cdd
commit
6e63baa0d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue