From 907780f6b298bfa259ace94d07ca137099067e67 Mon Sep 17 00:00:00 2001 From: Russell Cohen Date: Wed, 12 Jan 2011 11:58:00 -0500 Subject: Added ResponseMover to facilitate spawn and run responses. Modified simplemapper to fix a bug with null responses. --- util/Config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/Config.py b/util/Config.py index 4c1eb1e..1e20cde 100644 --- a/util/Config.py +++ b/util/Config.py @@ -24,6 +24,7 @@ def loadConfigFile(fileName): #TODO: error handling etc. return config except Exception as inst: main_log.error('Error loading config file ' + fileName)#, inst) TODO: log exception too + main_log.error(str(inst)) return None #Takes an Element or an ElementTree. If it is a tree, it returns its root. Otherwise, just returns #it -- cgit v1.2.3