Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
26f47727
Unverified
Commit
26f47727
authored
May 24, 2021
by
SparkSnail
Committed by
GitHub
May 24, 2021
Browse files
Fix export_data_url format error (#3665)
parent
f04d423a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nni/tools/nnictl/url_utils.py
nni/tools/nnictl/url_utils.py
+1
-1
No files found.
nni/tools/nnictl/url_utils.py
View file @
26f47727
...
@@ -67,7 +67,7 @@ def trial_job_id_url(port, job_id):
...
@@ -67,7 +67,7 @@ def trial_job_id_url(port, job_id):
def
export_data_url
(
port
):
def
export_data_url
(
port
):
'''get export_data url'''
'''get export_data url'''
return
'{0}:{1}{2}{3}
{4}
'
.
format
(
BASE_URL
,
port
,
API_ROOT_URL
,
EXPORT_DATA_API
)
return
'{0}:{1}{2}{3}'
.
format
(
BASE_URL
,
port
,
API_ROOT_URL
,
EXPORT_DATA_API
)
def
tensorboard_url
(
port
):
def
tensorboard_url
(
port
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment