From 04fb064006d78e7ffe472e182a246ff8597daf17 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 28 Mar 2023 09:25:06 +0300 Subject: [PATCH] Updated for coding style --- bin/slpkg_new-configs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/slpkg_new-configs b/bin/slpkg_new-configs index 7b138055..57135355 100755 --- a/bin/slpkg_new-configs +++ b/bin/slpkg_new-configs @@ -61,7 +61,8 @@ class NewConfig: def check(self): """ Checks for .new files. """ print('Checking for NEW configuration files...') - if self.slpkg_config_new.is_file() or self.blacklist_config_new.is_file() or self.repositories_config_new.is_file(): + if (self.slpkg_config_new.is_file() or self.blacklist_config_new.is_file() + or self.repositories_config_new.is_file()): print('\nThere are NEW files:\n') if self.slpkg_config_new.is_file():