]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
config: add missing whitespace
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Wed, 24 May 2023 14:07:01 +0000 (16:07 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 1 Jun 2023 10:45:12 +0000 (12:45 +0200)
mkosi/config.py

index 56182773b286ec1a6e0da5d9e0b7a8c951c44e5d..1f3c738ffb6412f5d02cd1ee017ab7ad45773778 100644 (file)
@@ -2060,6 +2060,7 @@ class MkosiConfigParser:
 
         return args, tuple(load_config(ns) for ns in presets)
 
+
 class GenericVersion:
     def __init__(self, version: str):
         self._version = version
@@ -2100,6 +2101,7 @@ class GenericVersion:
         cmd = ["systemd-analyze", "compare-versions", self._version, "ge", other._version]
         return run(cmd, check=False).returncode == 0
 
+
 def strip_suffixes(path: Path) -> Path:
     while path.suffix in {
         ".xz",