169if alg in algToStep and algToStep[alg] != stepNumber:
170 __log.error("{} is a full-event context alg, it should only be running in one Step, however it is in both Steps {} and {}".format(alg, stepNumber, algToStep[alg]))
171 inError = True
172else:
173 algToStep[alg] = stepNumber
174if inError:
175raise Exception("[validateJSON] Problems detected in validateGlobalAlgs().")