commit | 4f42f637e6947f3421ea4b240e97e3c458c0c6f8 | [log] [tgz] |
---|---|---|
author | Rouzbahan Rashidi-Tabrizi <rrashidi@ciena.com> | Thu Feb 23 17:13:31 2017 -0500 |
committer | khenaidoo Nursimulu <knursimu@ciena.com> | Sat Feb 25 07:07:00 2017 -0800 |
tree | 1b38270e5f13e376783bbcfbe611cc480bd447d4 | |
parent | c35866bfa4779fbfc4a9e69acda3ec0340f808fe [diff] [blame] |
Continue: Fix for PONSIM exit issue with execption Change-Id: I28a4de3085b50b28773d01057bddb98ba696e237
diff --git a/ponsim/main.py b/ponsim/main.py index 3e32d3a..16ddfac 100755 --- a/ponsim/main.py +++ b/ponsim/main.py
@@ -178,7 +178,7 @@ self.teardown_networking_assets(self.args.name, self.args.onus) if self.grpc_server is not None: yield self.grpc_server.stop() - + def start_reactor(self): from twisted.internet import reactor reactor.callWhenRunning(