We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c27331 commit 0a77750Copy full SHA for 0a77750
zulip_bots/zulip_bots/run.py
@@ -154,10 +154,7 @@ def main() -> None:
154
lib_module = finder.import_module_by_name(args.bot)
155
if lib_module:
156
bot_name = lib_module.__name__
157
- bot_source = "named module"
158
- if args.provision:
159
- print("ERROR: Could not load bot's module for '{}'. Exiting now.")
160
- sys.exit(1)
+
161
162
if lib_module is None:
163
print("ERROR: Could not load bot module. Exiting now.")
0 commit comments