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
bob
bob.measure
Commits
88a4b2e4
Commit
88a4b2e4
authored
Apr 13, 2018
by
Theophile GENTILHOMME
Browse files
Fix bug when using dev file lists
parent
b4976267
Pipeline
#18970
passed with stage
in 54 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/script/figure.py
View file @
88a4b2e4
...
...
@@ -694,9 +694,9 @@ class Hist(PlotBase):
title
=
self
.
_titles
[
idx
]
if
self
.
_titles
is
not
None
else
None
if
title
is
None
:
title
=
self
.
_title_base
if
not
self
.
_print_fn
else
\
(
'%s (%s)'
%
(
(
'%s
\n
(%s)'
%
(
self
.
_title_base
,
dev_file
+
(
" / %s"
%
eval_file
if
self
.
_eval
else
""
)
str
(
dev_file
)
+
(
" / %s"
%
str
(
eval_file
)
if
self
.
_eval
else
""
)
))
return
title
...
...
Write
Preview
Supports
Markdown
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