Project

General

Profile

Bug #19296

Updated by Peter Amstutz over 1 year ago

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.   

Back