mischnic / python-ci

A lightweight CI-server with a web interface
MIT License
8 stars 1 forks source link

File crashes #10

Closed mischnic closed 7 years ago

mischnic commented 7 years ago
mischnic commented 7 years ago
 dirs = [entry for entry in os.listdir(project+OUTPUT_SUFFIX) if entry != "last" and os.path.isdir(project+OUTPUT_SUFFIX+"/"+entry) ]