mohanboddu / releng

Forked from releng 8 years ago
Clone

46eea86 critpath.py: Split file writing into a separate function

Authored and Committed by adamwill 2 years ago
    critpath.py: Split file writing into a separate function
    
    Just to make main() a bit shorter and pylint happier. Also
    simplify it, there is no way critpath could be None, and if
    somehow it was, the call to `sorted` would have blown up already.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    
        
file modified
+8 -10