Skip to content

Commit

Permalink
Merge pull request #4208 from hove-io/get_stop_points_from_uri_depth_…
Browse files Browse the repository at this point in the history
…2_for_transfer_path

depth=2 for get_stop_points_from_uri
  • Loading branch information
azime authored Feb 5, 2024
2 parents 1bd9bf6 + 2d91289 commit d6f8278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def _aysnc_no_access_point_transfer(self, section):

def _get_access_points(self, stop_point_uri, access_point_filter=lambda x: x):
sub_request_id = "{}_transfer_start_{}".format(self._request_id, stop_point_uri)
stop_points = self._instance.georef.get_stop_points_from_uri(stop_point_uri, sub_request_id, depth=3)
stop_points = self._instance.georef.get_stop_points_from_uri(stop_point_uri, sub_request_id, depth=2)
if not stop_points:
return None

Expand Down

0 comments on commit d6f8278

Please sign in to comment.