Robuta

https://userapps.support.sap.com/sap/support/knowledge/en/3333877 3333877 - Try-expect-continue block behavior change after 2305 update Try-catch-continue block isn't working on scripts. Example: for i in range(10): try: Trace.Write(str(1.0 / i)) except: Trace.Write('Exception') continue... behavior changetryexpectcontinueblock