Skip to content

Commit dbb1396

Browse files
committed
Fixed issue with complaint upon non existing app, making creation of new apps impossible
1 parent 02c2886 commit dbb1396

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyttman/tools/pyttmancli/intents.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ def respond(self, message: Message) -> Reply | ReplyStream:
6161
num_retries = 3
6262
net_err = None
6363
app_name = message.entities["app_name"]
64-
if complaint := self.complain_app_not_found(app_name):
65-
return Reply(complaint)
6664
terraformer = TerraFormer(app_name=app_name,
6765
url=self.storage["template_url"])
6866

0 commit comments

Comments
 (0)