mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fixed new line
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
6c705d9717
commit
3a9fa650b3
1 changed files with 1 additions and 1 deletions
|
@ -89,5 +89,5 @@ def it_self_update():
|
|||
subprocess.call("chmod +x {0}".format("install.sh"), shell=True)
|
||||
subprocess.call("sh install.sh", shell=True)
|
||||
else:
|
||||
print(f"\n{_meta_.__all__}: There is no new version, already used the last!")
|
||||
print(f"\n{_meta_.__all__}: There is no new version, already used the last!\n")
|
||||
raise SystemExit()
|
Loading…
Reference in a new issue