Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arneboockmeyer committed Jun 27, 2024
1 parent a209a6c commit 5c8e725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interlocking/interlockingcontroller/pointcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def set_point_free(self, point, train_id: str):
logging.info(f"--- Set point {point.point_id} to free")
point.state = OccupancyState.FREE
point.used_by.remove(train_id)
self.flank_protection_cqontroller.free_flank_protection_of_point(point, point.orientation)
self.flank_protection_controller.free_flank_protection_of_point(point, point.orientation)

def reset_route(self, route, train_id: str):
for point in route.get_points_of_route():
Expand Down

0 comments on commit 5c8e725

Please sign in to comment.