]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Fix typo
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 May 2023 15:57:17 +0000 (17:57 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 5 Jun 2023 15:06:05 +0000 (17:06 +0200)
mkosi/run.py

index c60dfb53148b86f8e55d72eef26296e099684331..886ddf24aba3d3f1c2c4c0416f60e53caac99dd7 100644 (file)
@@ -228,7 +228,7 @@ def run(
         env["SYSTEMD_LOG_LEVEL"] = "debug"
 
     if "input" in kwargs:
-        assert stdin is None  # stdin and input can be specified together
+        assert stdin is None  # stdin and input cannot be specified together
     elif stdin is None:
         stdin = subprocess.DEVNULL