Dear list,

Whatever I start sumo with (imagine that the variables hold the obvious values):
        subprocess.Popen([sumo_exe, '-c', sumocfg], stdout=sys.stdout,
stderr=sys.stderr)

or:
        subprocess.Popen([sumo_exe, '-c', sumocfg], stdout=None, stderr=None)

In the console I see the information about the steps, for example Step
#0.00 (0ms ?*RT. ?UPS, TraCI: 321ms, vehicles TOT 1 ACT 1 BUF 0).

Is there any way to disable that output?

Cheers,
Paolo
_______________________________________________
sumo-user mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Reply via email to