Skip to content

Commit

Permalink
ENH: update language for qiime tools view (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebolyen authored and thermokarst committed Oct 7, 2016
1 parent ba55291 commit d0bf53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q2cli/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def view(visualization_path, index_extension):
while True:
click.echo(
"Press the 'q' key, Control-C, or Control-D to quit. This "
"view may no longer be accessible after quitting.",
nl=False)
"view may no longer be accessible or work correctly after "
"quitting.", nl=False)
# There is currently a bug in click.getchar where translation
# of Control-C and Control-D into KeyboardInterrupt and
# EOFError (respectively) does not work on Python 3. The code
Expand Down

0 comments on commit d0bf53b

Please sign in to comment.