evolve: provide cache argument to obsutil.successorssets() correctly
After 68f3e819d41d (4.3) the 3rd argument to that function is closest
.
--HG-- branch : stable
Merge request reports
Activity
Filter activity
I think pytype doesn't detect this because it doesn't consider
closest
to be bool-only just because it saysclosest=False
inobsutil.successorssets()
signature (right now I seedef successorssets(repo, initialnode, closest = ..., cache = ...) -> Any: ...
). Technically, pytype is correct.
Please register or sign in to reply