From 392f26ca6b3f67994d55f8ac619e8733651c7fa6 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 26 Apr 2023 20:39:09 +0300 Subject: [PATCH] Updated for coding style --- slpkg/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/upgrade.py b/slpkg/upgrade.py index 9f54cdec..cbf9a2b9 100644 --- a/slpkg/upgrade.py +++ b/slpkg/upgrade.py @@ -23,7 +23,7 @@ class Upgrade(Configs): self.repos = Repositories() self.option_for_binaries: bool = self.utils.is_option( - ['-B', '--bin-repo='], self.flags) + ['-B', '--bin-repo='], flags) logging.basicConfig(filename=str(LoggingConfig.log_file), filemode='w',