diff --git a/acacore/siegfried/siegfried.py b/acacore/siegfried/siegfried.py index d4b956d..e9ec841 100644 --- a/acacore/siegfried/siegfried.py +++ b/acacore/siegfried/siegfried.py @@ -252,7 +252,7 @@ def run(self, *args: str) -> CompletedProcess: Raises: IdentificationError: If Siegfried exits with a non-zero status code. """ - return _check_process(run([self.binary, *args], capture_output=True, encoding="utf-8")) + return _check_process(run([self.binary, *args], capture_output=True, encoding="utf-8")) # noqa: PLW1510 def update(self, signature: TSignature, *, set_signature: bool = True): """