-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print local URL instead of network #1740
base: main
Are you sure you want to change the base?
Conversation
@@ -219,7 +219,7 @@ def listen_to_dashboard(proc: subprocess.Popen, pipe, out, started): | |||
line # store the url when dashboard is started | |||
) | |||
else: | |||
if "Network URL: " in line: | |||
if "Local URL: " in line: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just curious why we are spelling out "Local" here? can "URL" suffice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are three URLs, Local, External and Network. Want to print specifically the local one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left one question but not blocking the merge
Description
Print local URL instead of network for dashboard
Other details good to know for developers
anyone running in a vm we just rely on them knowing the IP of their server
Type of change
not work as expected)
Important
Fixes URL display in
listen_to_dashboard
to print "Local URL" instead of "Network URL" inrun.py
.listen_to_dashboard
function inrun.py
to print "Local URL" instead of "Network URL" for local dashboard access.This description was created by for 8bff546. It will automatically update as commits are pushed.