Skip to content

Commit 0a77750

Browse files
committed
test commit
1 parent 8c27331 commit 0a77750

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

zulip_bots/zulip_bots/run.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,7 @@ def main() -> None:
154154
lib_module = finder.import_module_by_name(args.bot)
155155
if lib_module:
156156
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)
157+
161158

162159
if lib_module is None:
163160
print("ERROR: Could not load bot module. Exiting now.")

0 commit comments

Comments
 (0)