Project

General

Profile

« Previous | Next » 

Revision 58447

fixed problem

View differences:

modules/dataciteExporter/app.py
40 40
    try:
41 41
        if is_available() :
42 42
            return jsonify(dict(status = 'OK'))    
43
    except:
44
        pass
43 45
    return jsonify(dict(status = 'FAIL'))
44 46
    
45 47

  

Also available in: Unified diff