Skip to content
Snippets Groups Projects
Commit e83902c2 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

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
parent 1ebe762e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment