mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Fix typo
This commit is contained in:
parent
68b1456283
commit
8dc709f003
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ class DependenciesStatus(object):
|
|||
def no_logs(self):
|
||||
"""Print message if no logs found
|
||||
"""
|
||||
print("\n There were no logs files. Obviously it wasn't used the \n"
|
||||
" method of installation with the command: \n"
|
||||
print("\n There were no logs files. Obviously not used the\n"
|
||||
" installation method with the command:\n"
|
||||
" '$ slpkg -s <repository> <packages>' yet.\n")
|
||||
raise SystemExit()
|
||||
|
||||
|
|
Loading…
Reference in a new issue