Project

Profile

Help

Issue #2630

Updated by semyers about 7 years ago

This[0] fix introduced a minor regression, by which the 'last_unit_removed' timestamp is updated whenever disassociate_units was called, even if that call removes no units. Since it's acceptable for disassociate_units to be called with unevaluated generators generates that generate nothing or otherwise empty iterables, nothing, that function should only update 'last_unit_removed' when units are actually removed. 

 [0]: https://github.com/pulp/pulp/commit/10d651cf44d26b97f777f8b4c237b12c480cdf52

Back