zulip_botserver: Raise exception on wrong flaskbotrc file.
This commit is contained in:
parent
fb116259d0
commit
bf72a8994a
|
@ -42,7 +42,7 @@ def load_lib_modules():
|
|||
lib_module = import_module(module_name)
|
||||
bots_lib_module[bot] = lib_module
|
||||
except ImportError:
|
||||
print("\n Import Error: Bot \"{}\" doesn't exists. Please make sure you have set up the flaskbotrc "
|
||||
raise ImportError("\n Import Error: Bot \"{}\" doesn't exists. Please make sure you have set up the flaskbotrc "
|
||||
"file correctly.\n".format(bot))
|
||||
|
||||
def load_bot_handlers():
|
||||
|
|
Loading…
Reference in a new issue