RDFLib / pyLDAPI

A very small module to add Linked Data API functionality to a Python Flask installation
BSD 3-Clause "New" or "Revised" License
41 stars 11 forks source link

Fixed last_page ceiling function #27

Closed jamiefeiss closed 3 years ago

jamiefeiss commented 3 years ago

Original ceiling function rounded last_page up to the next integer if the number of members on the last page was over half of per_page. This resulted in the last page being empty while the second last page had a member count of less than per_page.