fivaldi / pagure

Forked from pagure 5 years ago
Clone

f2fe290 Iterate over a list instead of an iterator to avoid changing dict in place

Authored and Committed by pingou 6 years ago
    Iterate over a list instead of an iterator to avoid changing dict in place
    
    Changing the dict in place makes py3 unhappy
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+1 -1