diff --git a/tests/complex/traci/bugs/ticket11215/runner.py b/tests/complex/traci/bugs/ticket11215/runner.py index 955d15c54141..de023dc7113e 100644 --- a/tests/complex/traci/bugs/ticket11215/runner.py +++ b/tests/complex/traci/bugs/ticket11215/runner.py @@ -37,21 +37,14 @@ if d not in ('gui', 'simulation'): print(d) dom.getIDList() - except traci.TraCIException as e: - pass except traci.FatalTraCIError as e: print("Error as expected.") traci.start([sumoBinary, "-c", "sumo.sumocfg"]) for dom in traci.DOMAINS: - try: - d = str(dom).replace("