This last attempt didn't work...
Doh, still:
File "/usr/lib/python2.7/site-packages/resultsdb/controllers/api_v1.py", line 39, in <module> from resultsdb.models.results import Group, Result, Testcase, ResultData File "/usr/lib/python2.7/site-packages/resultsdb/models/results.py", line 30, in <module> RESULT_OUTCOME = PRESET_OUTCOMES + app.config.get('ADDITIONAL_RESULT_OUTCOMES', []) TypeError: can only concatenate tuple (not "list") to tuple
1 new commit added
Tuple, not list. For resultsdb.
2 new commits added
Escape!
That's terrible. :)
+1
:) +1
Pull-Request has been merged by gnaponie
This last attempt didn't work...