bundles/sshmon: add check_pypi_for_new_release
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
0ac0fe072d
commit
7cfe080e6f
6 changed files with 72 additions and 6 deletions
|
@ -59,7 +59,7 @@ try:
|
|||
else:
|
||||
exit(2)
|
||||
else:
|
||||
print("Currently installed version matches newest release on github")
|
||||
print("Currently installed version {} matches newest release on github".format(current_version))
|
||||
exit(0)
|
||||
except Exception as e:
|
||||
print(repr(e))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue