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 ea85ba1 commit 8fb0ba9Copy full SHA for 8fb0ba9
pyttman/tools/pyttmancli/intents.py
@@ -228,7 +228,7 @@ def respond(self, message: Message) -> Reply | ReplyStream:
228
if complaint := self.complain_app_not_found(app_name):
229
return Reply(complaint)
230
else:
231
- app_name = pathlib.Path(app_name)
+ app_name = Path(app_name)
232
233
abilities_parent_catalog = app_name / "abilities"
234
ability_catalog = abilities_parent_catalog / ability_name
0 commit comments