tkopecek / koji

Forked from koji 7 years ago
Clone

13605e7 Fix kojiweb error using getfile to download non-text files

1 file Authored by matyas 7 years ago, Committed by mikem 7 years ago,
    Fix kojiweb error using getfile to download non-text files
    
    URLs like
    http://koji-hub-testing.chtc.wisc.edu/koji/getfile?taskID=228280&name=osg-build-1.7.1-1.osg33.el6.noarch.rpm
    fail with a 500 Internal Server Error when `name` refers to an RPM or
    other binary file. (Those URLs do still work for log files). The error
    given is "TypeError: append() takes exactly one argument (2 given)"
    
        
file modified
+1 -1