Skip to content

Commit

Permalink
Fix spacing in an error message issued by the edit command
Browse files Browse the repository at this point in the history
  • Loading branch information
ericguirbal authored and jmaupetit committed Sep 30, 2019
1 parent f854171 commit 9722846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions watson/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1265,8 +1265,8 @@ def edit(watson, confirm_new_project, confirm_new_tag, id):
err=True)
except KeyError:
click.echo(
"The edited frame must contain the project, \
start, and stop keys.", err=True)
"The edited frame must contain the project, "
"start, and stop keys.", err=True)
# we reach here if exception was thrown, wait for user
# to acknowledge the error before looping in while and
# showing user the editor again
Expand Down

0 comments on commit 9722846

Please sign in to comment.