Added a new line

This commit is contained in:
Dimitris Zlatanidis 2023-04-25 22:53:57 +03:00
parent 0458af2733
commit 32741e1a9d

View file

@ -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')