Skip to content

Commit 8cd3680

Browse files
GregoryEssertelEribertoLopez
authored andcommitted
minor: exec command print message on success (#212)
1 parent fee1b9d commit 8cd3680

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

transcriptic/commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,6 +1660,8 @@ def execute(
16601660
click.echo(
16611661
f"Success. View {clean_api}/dashboard to see the scheduling outcome."
16621662
)
1663+
if "message" in res_json:
1664+
click.echo(res_json["message"])
16631665
else:
16641666
click.echo(f"Error: {res_json['message']}", err=True)
16651667
if "sessionId" in res_json:

0 commit comments

Comments
 (0)