Skip to content
Snippets Groups Projects
Commit 362bd2f8 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[data] Fix wrong instance variable name

parent 392c01ac
Branches
Tags
1 merge request!68Fix wrong instance variable name in error message
Pipeline #37884 passed
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment