Actions
Bug #19296
closedPython sdk bug in Collection.remove
Start date:
07/25/2022
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Description
From a users:
I seem to have found a bug in the remove function of the RichCollectionBase class. It seems that when you run with recursive=True and there is more than one directory level, it doesn't work as expected, as the recursive flag is not passed to the recursive call.
My response:
Yes, I see the problem and I think the obvious solution is correct. An ideal solution would include a test case.
Updated by Tom Clegg 6 months ago
Bug confirmed & fixed as suggested. Thanks, user!
19296-remove-recursive @ 94081a34c4972cd65a20cbeb4d1837149f057378 -- developer-run-tests: #3245
(only wb1 failed, as usual)
Actions