_artifactcache/ostreecache.py: Fix global remotes
Counter-intuitively, Python list += mutates the list. Use explicit copy() and extend() instead of += to avoid adding project-specific remotes to the global remote list.
Loading
-
mentioned in issue #401 (closed)
-
mentioned in commit c91a08c4
-
mentioned in merge request !1416 (merged)
-
mentioned in commit e6b877fd
-
mentioned in commit 1a65a14b
Please register or sign in to comment