flask_restful.abort(400,message="We're having difficultly contacting {}. Could there be an outage in effect?".format(params['identity']['site']['host']))
flask_restful.abort(400,message="We're having difficultly contacting {}. Could there be an outage in effect?".format(params['identity']['site']['host']))
flask_restful.abort(400,message="We're having difficultly contacting {}. Could there be an outage in effect?".format(params['identity']['site']['host']))
classJobSubmit(Resource):
classJobSubmit(Resource):
...
@@ -345,8 +353,11 @@ class JobSubmit(Resource):
...
@@ -345,8 +353,11 @@ class JobSubmit(Resource):
flask_restful.abort(400,message='Incomplete job information was passed to the backend.')
flask_restful.abort(400,message='Incomplete job information was passed to the backend.')
logger.debug('script formated to {}'.format(script))
logger.debug('script formated to {}'.format(script))
flask_restful.abort(400,message="We're having difficultly contacting {}. Could there be an outage in effect?".format(params['identity']['site']['host']))