getRecents(): prevent non-exist changelog error. Fixes #2440.
This is based on #2506 but with a different approach to deal with unknown read error: If file function doesn't return an array, set it t
getRecents(): prevent non-exist changelog error. Fixes #2440.
This is based on #2506 but with a different approach to deal with unknown read error: If file function doesn't return an array, set it to an empty array. Somewhat pythonic?
show more ...
|