##// END OF EJS Templates
looks like a typo in the exception log msg
Vishal Vatsa -
Show More
@@ -91,7 +91,7 b' def start_engine():'
91 91 try:
92 92 engine_service.execute(shell_import_statement)
93 93 except:
94 log.msg("Error running import_statement: %s" % sis)
94 log.msg("Error running import_statement: %s" % shell_import_statement)
95 95
96 96 # Create the service hierarchy
97 97 main_service = service.MultiService()
General Comments 0
You need to be logged in to leave comments. Login now