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.
Actions