@@ -1082,7 +1082,7 @@ George Marchment, Bryan Brancotte, Marie Schmit, Frédéric Lemoine, Sarah Cohen
...
@@ -1082,7 +1082,7 @@ George Marchment, Bryan Brancotte, Marie Schmit, Frédéric Lemoine, Sarah Cohen
foreleinc:
foreleinc:
if(ele.get_type()=="Operation"):
if(ele.get_type()=="Operation"):
if(ele.get_create_loop_with_call_status()):
if(ele.get_create_loop_with_call_status()):
raiseBioFlowInsightError(f'BioFlow-Insight cannot rewrite the workflows since the operation "{ele.get_code(get_OG=True)}"creates the channel on which it depends.',type="Rewrite Error")
raiseBioFlowInsightError(f'BioFlow-Insight cannot rewrite the workflows since the operation "{ele.get_code(get_OG=True)}"defines the channel on which it depends. Simply try to renaming the channel.',type="Rewrite Error")