This commit is contained in:
Dimitris Zlatanidis 2015-09-16 06:03:59 +03:00
parent 68b1456283
commit 8dc709f003

View file

@ -108,8 +108,8 @@ class DependenciesStatus(object):
def no_logs(self): def no_logs(self):
"""Print message if no logs found """Print message if no logs found
""" """
print("\n There were no logs files. Obviously it wasn't used the \n" print("\n There were no logs files. Obviously not used the\n"
" method of installation with the command: \n" " installation method with the command:\n"
" '$ slpkg -s <repository> <packages>' yet.\n") " '$ slpkg -s <repository> <packages>' yet.\n")
raise SystemExit() raise SystemExit()