6b64222 kojira: don't fail on deleted items

Authored and Committed by tkopecek 2 years ago
1 file changed. 1 lines added. 1 lines removed.
    kojira: don't fail on deleted items
    
    py2 relict - dict.values() is now iterator, so
    RuntimeError: dictionary changed size during iteration
    can be raised when needed repo was deleted during the iteration.
    
    Simple fix to use copy instead of iterator will fix this.
    
        
file modified
+1 -1