Skip to content

Commit 20df3a5

Browse files
committed
cast to Path
1 parent 87a4bca commit 20df3a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyttman/tools/pyttmancli/intents.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def respond(self, message: Message) -> Reply | ReplyStream:
188188
if complaint := self.complain_app_not_found(app_name):
189189
return Reply(complaint)
190190

191+
script_path = Path(script_path)
191192
app = bootstrap_app(devmode=True, module=app_name)
192193
app.hooks.trigger(LifeCycleHookType.before_start)
193194
global_variables = globals().copy()

0 commit comments

Comments
 (0)