logging fixes

This commit is contained in:
Zsolt Ero
2024-09-12 04:12:13 +02:00
parent fb75f214d1
commit 1a5fa5b208
4 changed files with 8 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ def check_and_set_version(area, version):
return
version = versions[-1]
print(f'---\nLatest version on bucket: {area} {version}')
print(f' Latest version on bucket: {area} {version}')
if not check_all_hosts(area, version):
return