Skip to content

Commit

Permalink
print line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Sep 10, 2024
1 parent 75cb9fb commit e904cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tile_gen/tile_gen_lib/set_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def check_and_set_version(area, version):
if version == 'latest':
versions = get_versions_for_area(area)
version = versions[-1]
print(f'Latest version on bucket: {area} {version}')
print(f'---\nLatest version on bucket: {area} {version}')

if not check_all_hosts(area, version):
return
Expand Down

0 comments on commit e904cc8

Please sign in to comment.