#Check if there is still a ternary operation in this case we cannot analyse it
#Cause it is a complexe/multiple ternanry operation
formatchinre.finditer(pattern,code):
raiseBioFlowInsightError("Detected a multi ternary operation (a ternary operation in a ternary operation). BioFlow-Insight does not support this, try defining it in a different way.",type="Multi ternary operation")
raiseBioFlowInsightError(f"Detected a multi ternary operation (a ternary operation in a ternary operation) in the file '{self.origin.get_file_address()}'. BioFlow-Insight does not support this, try defining it in a different way.",type="Multi ternary operation")