config: Don't call sys.exit in interactive mode in run()
authorAndreas Sandberg <andreas@sandberg.pp.se>
Sun, 10 Feb 2013 12:23:54 +0000 (13:23 +0100)
committerAndreas Sandberg <andreas@sandberg.pp.se>
Sun, 10 Feb 2013 12:23:54 +0000 (13:23 +0100)
commit6155400421a478ddb23e377acd6c8db5a32ee468
tree5ff4e4f73cb5d9f360e4b7369742f43e8ac9d0cf
parent87ea04ab2f8b65f5f353087af107576c2ae788d6
config: Don't call sys.exit in interactive mode in run()

The run() method in Simulation.py used to call sys.exit() when the
simulator exits. This is undesirable when user has requested the
simulator to be run in interactive mode since it causes the simulator
to exit rather than entering the interactive Python environment.
configs/common/Simulation.py