DescriptionFix runtime error in copytree() MockFileSystem
We are iterating over a list and modifying the same list within the loop which causes a RunTimeError.
Iterate over keys instead of the list itself to prevent this.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181177
Patch Set 1 #
Total comments: 4
Patch Set 2 : #Patch Set 3 : Adding unit_test #Patch Set 4 : #
Total comments: 2
Patch Set 5 : Addressing comments #
Messages
Total messages: 10 (1 generated)
|