HomeSoftware Heritage

phabricator/lister: Fix get_next_target_from_response return type

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

phabricator/lister: Fix get_next_target_from_response return type

Without that fix, errors are raised when one wants to list Phabricator repositories
in a specific index range. The issue is due to a comparison between a string and
an integer. So convert next extracted repository index to integer to match the
corresponding model type.

Closes T1997

Details

Provenance
anlambertAuthored on Sep 12 2019, 11:54 PM
anlambertPushed on Sep 17 2019, 10:52 AM
Differential Revision
D1984: Phabricator: Fix get_next_target_from_response return type
Tasks
T1997: lister-phabricator: Pagination error
Build Status
Buildable 7812
Build 11232: test-and-buildJenkins

Commit No Longer Exists

This commit no longer exists in the repository.