From 3e99fd1a3594827ca97e7598b4bd93c2ac8600d7 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Mon, 20 Apr 2020 21:39:10 +0200 Subject: [PATCH] Remove star in do run args --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 925eb39..1cac315 100755 --- a/install.py +++ b/install.py @@ -89,7 +89,7 @@ class Installer: if executable: p_dest.chmod(0o755) - def do_run(self, *, command: str, condition: str = 'true') -> None: + def do_run(self, command: str, condition: str = 'true') -> None: """Run a command.""" if not evaluate_condition(condition):