From: Joerg Behrmann Date: Wed, 24 May 2023 14:07:01 +0000 (+0200) Subject: config: add missing whitespace X-Git-Tag: v15~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9c1440fcd6b470981fbdcad2daa557388a6ef5f;p=thirdparty%2Fmkosi.git config: add missing whitespace --- diff --git a/mkosi/config.py b/mkosi/config.py index 56182773b..1f3c738ff 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -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",