Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.backend.python
Commits
362bd2f8
Commit
362bd2f8
authored
Mar 05, 2020
by
Samuel GAIST
Browse files
[data] Fix wrong instance variable name
parent
392c01ac
Pipeline
#37884
passed with stage
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/backend/python/data.py
View file @
362bd2f8
...
...
@@ -968,7 +968,7 @@ class CachedDataSink(DataSink):
message
=
"No data written"
else
:
message
=
"No enough data written: last written {} vs end {}"
.
format
(
self
.
last_data_index
,
self
.
end_index
self
.
last_
written_
data_index
,
self
.
end_index
)
logger
.
warning
(
"Removing cache files: {}"
.
format
(
message
))
...
...
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