Skip to content

Commit

Permalink
Changed test expression per reviewer's suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
munahaf authored and heinezen committed Oct 8, 2023
1 parent 32274ba commit eacac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openage/convert/processor/conversion/aoc/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def create_building_lines(full_data_set: GenieObjectContainer) -> None:

upgrade_effects = effect_bundle.get_effects(effect_type=3)

if not upgrade_effects:
if len(upgrade_effects) == 0:
continue

# Search upgrade effects for the line_id
Expand Down

0 comments on commit eacac66

Please sign in to comment.