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 87a4bca commit 20df3a5Copy full SHA for 20df3a5
pyttman/tools/pyttmancli/intents.py
@@ -188,6 +188,7 @@ def respond(self, message: Message) -> Reply | ReplyStream:
188
if complaint := self.complain_app_not_found(app_name):
189
return Reply(complaint)
190
191
+ script_path = Path(script_path)
192
app = bootstrap_app(devmode=True, module=app_name)
193
app.hooks.trigger(LifeCycleHookType.before_start)
194
global_variables = globals().copy()
0 commit comments