##// 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()
@@ -169,4 +169,4 b' def main():'
169 169
170 170
171 171 if __name__ == "__main__":
172 main() No newline at end of file
172 main()
General Comments 0
You need to be logged in to leave comments. Login now