Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
juga
sbws
Commits
3d42c902
Commit
3d42c902
authored
Oct 15, 2018
by
juga
Browse files
Log when there are no recent results
parent
9b24a0b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/lib/v3bwfile.py
View file @
3d42c902
...
...
@@ -287,6 +287,8 @@ class V3BWLine(object):
return
None
results_recent
=
cls
.
results_recent_than
(
results_away
,
secs_recent
)
if
not
results_recent
:
log
.
debug
(
"There are no results that are more recent than {}"
" secs"
.
format
(
secs_recent
))
return
None
# the most recent should be the last
kwargs
[
'desc_avg_bw_bs'
]
=
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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