Beispiel #1
0
def no_such_tool(gate_params):

	## \todo Do we really need to log the entire tool list? It's defined literally.
	logging.error('The tool "'+ gate_params['tool'] +'" is unknown. The known tools are: {' +
		', '.join(list(AVAILABLE_TOOLS.keys())) + '}' )
	return generate_gating_feedback("fail","The tool you selected is not reconized by the server", None)