for resultparameter in urine_dict ['patientresultslist']:
#start by assigning each of the pieces of daa within parameter line
resulparalist = resultparameter.split(';')
reportstring = reportstring + vet.setwidth(resultparalist[0], 8) + lineterm + lineterm
vert.setwidth(resultparalist[1[,10) + vet.setwidth(resultpatientlist)
if config['Bargraph'].lower() == 'yes':
reportstring = reporttring + vet.bargraph(resultparameterlist)
return reportstring
when I click to run it gives me an error to say the return is outside of function anyone can tell where I am making this error.