in runinferenceutil/infra.py [0:0]
def is_Alert(element, testAlert:list):
#if there are Alerts in the current block then write all the messages to the tabel for further investigation
if(len(testAlert) > 0) :
return element
else:
return #return nothing