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
beat
beat.backend.python
Commits
8aca5dd6
Commit
8aca5dd6
authored
Jul 16, 2019
by
Samuel GAIST
Browse files
[data] Make the missing indices error more verbose
parent
4cbd0d57
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/backend/python/data.py
View file @
8aca5dd6
...
...
@@ -399,7 +399,9 @@ class CachedDataSource(DataSource):
)
if
not
ok_indices
:
raise
IOError
(
"data file `%s' have missing indices."
%
f_data
)
raise
IOError
(
"data file `%s|%s' has missing indices."
%
(
f_data
,
f_chck
)
)
self
.
prefix
=
prefix
self
.
unpack
=
unpack
...
...
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