From fedec7fa66f3184c6386d693d24ccb9d9756c2e5 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 14 May 2023 21:07:52 +0300 Subject: [PATCH] Updated for coding style --- slpkg/checks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/slpkg/checks.py b/slpkg/checks.py index 7c3a1e2f..99ac72a4 100644 --- a/slpkg/checks.py +++ b/slpkg/checks.py @@ -86,5 +86,4 @@ class Check(Configs): if count == 0: self.errors.raise_error_message("You need to update the package lists first, run:\n\n" - " $ slpkg update", - exit_status=1) + " $ slpkg update", exit_status=1)