Updated message

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-01-15 15:09:29 +01:00
parent e44eadb32e
commit 54aed699d0

View file

@ -86,6 +86,6 @@ def it_self_update():
subprocess.call("chmod +x {0}".format("install.sh"), shell=True)
subprocess.call("sh install.sh", shell=True)
else:
print("\n{0}: There is no new version, already used the last !"
print("\n{0}: There is no new version, already used the last!"
"\n".format(_meta_.__all__))
raise SystemExit()