Skip to content

Commit

Permalink
visualization -> result
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Jan 16, 2025
1 parent ed674a6 commit 5bbc253
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions q2cli/builtin/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ def do_GET(self):
super().do_GET()

VENDOR_PATH = '/home/anthony/src/qiime2/q2view/vendored/'
# This ought to look like a session id generated by normal view
CHAR_SET = 'abcdefghijklmnopqrstuvwxyz0123456789'
SESSION_LEN = 11
session = ''.join(random.choice(CHAR_SET) for i in range(SESSION_LEN))
Expand Down Expand Up @@ -617,8 +618,8 @@ def stop():
# Yell if there was an error
if launch_status != 0:
click.echo(
CONFIG.cfg_style('error', 'Viewing visualization failed while '
f'attempting to open {result_path}'),
CONFIG.cfg_style('error', 'Viewing result failed while attempting '
f'to open {result_path}'),
err=True)

# Wait for shut down request
Expand Down

0 comments on commit 5bbc253

Please sign in to comment.