From: Thierry Parmentelat Date: Wed, 20 Jun 2012 08:50:59 +0000 (+0200) Subject: bailing out on core plugin loading prevents specialaccounts to open the door.. X-Git-Tag: nodemanager-2.0-37~2 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=270c9eeb6f1247fa3e46d68e71a2353ce6cc1546 bailing out on core plugin loading prevents specialaccounts to open the door.. --- diff --git a/nodemanager.py b/nodemanager.py index a528140..cdd5e45 100755 --- a/nodemanager.py +++ b/nodemanager.py @@ -202,8 +202,7 @@ If this is not the case, please remove the pid file %s. -- exiting""" % (other_p logger.log_exc ("ERROR while loading module %s - skipping:" % module) # if we fail to load any of these, it's really no need to go on any further if module in NodeManager.core_modules: - logger.log("FATAL : failed to load core module %s -- exiting"%module) - sys.exit(1) + logger.log("FATAL : failed to load core module %s"%module) # sort on priority (lower first) def sort_module_priority (m1,m2):