odubaj / taskotron / resultsdb

Forked from taskotron/resultsdb 4 years ago
Clone

2c0eff7 Correct an error handling

Authored and Committed by gnaponie 6 years ago
    Correct an error handling
    
    The 'error' object in the handling of the JSONBadRequest error doesn't have any attribute
    'data'. Trying to access to that attribute was raising another exception, so it was not
    possible to understand the real error.