bugfix: elimino : extra de comando new
This commit is contained in:
@@ -44,7 +44,7 @@ class NewCommand(Command):
|
||||
persistent=True,
|
||||
)
|
||||
|
||||
ticket = self.prompt("[Opcional] Ingrese el ID del ticket (por ejemplo: ABC-123 o #123):")
|
||||
ticket = self.prompt("[Opcional] Ingrese el ID del ticket (por ejemplo ABC-123 o #123)")
|
||||
ticket = ticket[1:] if ticket.startswith("#") else ticket
|
||||
keywords = ticket + ' ' + keywords
|
||||
keywords = filter(lambda k: len(k) > 0, keywords.split(" "))
|
||||
|
||||
Reference in New Issue
Block a user