Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Ikabot-Collective/ikabot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5e72b708294bd3357526836d2c5b4bc52daba9cb
Choose a base ref
..
head repository: Ikabot-Collective/ikabot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c78b4ccc6e2e6611f18e756d341b8b31baf5231
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 ikabot/function/getStatusImproved.py
2 changes: 1 addition & 1 deletion ikabot/function/getStatusImproved.py
Original file line number Diff line number Diff line change
@@ -168,7 +168,7 @@ def print_vertical(prefix_length, words, separator = COLUMN_SEPARATOR):
max_building_name_length = max(len(b) for b in constructed_building_names)
city_names = [c['name'] for c in cities]
print_vertical(max_building_name_length - 1, city_names, ' ' * buildings_column_width)
print("-" * (max_building_name_length - 1 + (buildings_column_width+1) * len(cities)))
print("-" * (max_building_name_length + (buildings_column_width+1) * len(cities)))

# gow many times we've encountered a building in the city. This is being
# done to display the duplicates