Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Schorb
VolumeAlign
Commits
b06364bb
Commit
b06364bb
authored
Feb 14, 2022
by
Martin Schorb
Browse files
webUI starter refactoring fix
parent
977ef7ac
Pipeline
#29627
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dash/start_webUI.py
View file @
b06364bb
...
...
@@ -12,7 +12,7 @@ import json
import
subprocess
import
params
from
utils.launch_jobs
import
run_prefix
target_machines
=
list
(
params
.
remote_machines
.
keys
())
...
...
@@ -58,7 +58,7 @@ if params.user not in users_exist.keys():
else
:
port
=
users_exist
[
params
.
user
]
logfile
=
os
.
path
.
join
(
params
.
render_log_dir
,
'webUI_'
+
params
.
run_prefix
+
'.log'
)
logfile
=
os
.
path
.
join
(
params
.
render_log_dir
,
'webUI_'
+
run_prefix
()
+
'.log'
)
print
(
'Starting Render WebUI.
\n
'
)
print
(
'As long as this window is open, you can access Render through:
\n\n
'
)
...
...
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