|
@@ -39,7 +39,7 @@ class BigTool(Cmd):
|
|
self.cc.group_subscribe("ConfigManager")
|
|
self.cc.group_subscribe("ConfigManager")
|
|
except ISC.CC.SessionError:
|
|
except ISC.CC.SessionError:
|
|
print("Failed to create cchannel session")
|
|
print("Failed to create cchannel session")
|
|
- return
|
|
|
|
|
|
+ exit()
|
|
|
|
|
|
def validate_cmd(self, cmd):
|
|
def validate_cmd(self, cmd):
|
|
if not cmd.module in self.modules:
|
|
if not cmd.module in self.modules:
|