mreynolds / pagure-importer

Forked from pagure-importer 7 years ago
Clone

f6ae3b9 Fix typo, modify code to get length of repo_issues

Authored and Committed by vivekanand1101 7 years ago
    Fix typo, modify code to get length of repo_issues
    
    repo.get_issues() doesn't return a list of objects
    instead something they call - PaginatedList object
    where they haven't defined __len__