173if alg in algToStep and algToStep[alg] != stepNumber:
174 __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]))
175 inError = True
176else:
177 algToStep[alg] = stepNumber
178if inError:
179raise Exception("[validateJSON] Problems detected in validateGlobalAlgs().")