mattia / pagure

Forked from pagure 3 years ago
Clone

ca160e7 Be more careful with the data retrieved

Authored and Committed by pingou 8 years ago
    Be more careful with the data retrieved
    
    - Ensure we got something back ('\n'.join(None) doesn't work)
    - Ensure that something is a list or a tuple (otherwise '\n'.join() won't
      work either
    - Ensure all the element of the list have something
    - Ensure there is something left at the end
    
        
file modified
+11 -2