From 32741e1a9d2ff865074cffcb882956e1dac198de Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 25 Apr 2023 22:53:57 +0300 Subject: [PATCH] Added a new line --- slpkg/new_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/new_config.py b/slpkg/new_config.py index f772a05e..d18cbbc3 100644 --- a/slpkg/new_config.py +++ b/slpkg/new_config.py @@ -54,7 +54,7 @@ class NewConfig: def check(self): """ Checks for .new files. """ - print('Checking for NEW configuration files...') + print('\nChecking 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()): print('\nThere are NEW files:\n')