From b9c6c4a6c2b16a221c28f236b5415f06b2bae740 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 25 Mar 2012 22:30:51 +0200 Subject: [PATCH] Killing a bug that caused issues with migrations. --- src/commands/cmdsethandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/cmdsethandler.py b/src/commands/cmdsethandler.py index 7406c7d814..e557c185cf 100644 --- a/src/commands/cmdsethandler.py +++ b/src/commands/cmdsethandler.py @@ -122,7 +122,7 @@ def import_cmdset(python_path, cmdsetobj, emit_to_obj=None, no_logging=False): if emit_to_obj and not ServerConfig.objects.conf("server_starting_mode"): object.__getattribute__(emit_to_obj, "msg")(errstring) logger.log_errmsg("Error: %s" % errstring) - raise # have to raise, or we will not see any errors in some situations! + #cannot raise - it kills the server if no base cmdset exists! # classes