#308 Escape!
Merged by gnaponie. Opened by ralph.
escape  into  master

Download 308.patch

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

  • Tuple, not list. For resultsdb.
  • Escape!

2 new commits added

  • Tuple, not list. For resultsdb.
  • Escape!

2 new commits added

  • Tuple, not list. For resultsdb.
  • Escape!

That's terrible. :)

+1

Pull-Request has been merged by gnaponie

Metadata