stages/systemd: small whitespaces fixes
Be more PEP-8 conforming.
This commit is contained in:
parent
23aa98bfe6
commit
6baacf14ee
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import json
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
|
||||
SCHEMA = """
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
|
@ -42,6 +43,7 @@ SCHEMA = """
|
|||
}
|
||||
"""
|
||||
|
||||
|
||||
def main(tree, options):
|
||||
enabled_services = options.get("enabled_services", [])
|
||||
disabled_services = options.get("disabled_services", [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue