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():