Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beforehand, __repr__ in Waypoint called __repr__ of self.location_ground. However, LocationGround only had __str__. I changed repr(self.location_ground) to str(self.location_ground)
- Loading branch information