Skip to content

fetch_sources: deep copy list of repos names

clayton craft requested to merge (removed):fix into master

Python3 does a shallow copy, which causes an error if the dict keys are deleted in condition within the loop

Merge request reports