Skip to content

Commit

Permalink
Point at vendored now
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Dec 20, 2024
1 parent 1525f52 commit 5521b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2cli/builtin/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ def get_free_port():
_socket.bind(('localhost', 0))
return _socket.getsockname()[1]

VENDOR_PATH = '/home/anthony/src/qiime2/q2view/build/'
VENDOR_PATH = '/home/anthony/src/qiime2/q2view/vendored/'

# Start server
port = get_free_port()
Expand Down

0 comments on commit 5521b1b

Please sign in to comment.