Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 779426f4 authored by sibille_r's avatar sibille_r
Browse files

add bokeh word to server output

parent 1a5d61a9
No related branches found
No related tags found
No related merge requests found
Pipeline #10409 passed
...@@ -47,7 +47,7 @@ doc.sxtal_refgen_path = args.sxtal_refgen_path ...@@ -47,7 +47,7 @@ doc.sxtal_refgen_path = args.sxtal_refgen_path
bokeh_stream = logging.getLogger("bokeh").handlers[0].stream bokeh_stream = logging.getLogger("bokeh").handlers[0].stream
log_textareainput = TextAreaInput(title="logging output:") log_textareainput = TextAreaInput(title="logging output:")
bokeh_log_textareainput = TextAreaInput(title="server output:") bokeh_log_textareainput = TextAreaInput(title="bokeh server output:")
def proposal_textinput_callback(_attr, _old, _new): def proposal_textinput_callback(_attr, _old, _new):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment