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
7b3d31a6
Commit
7b3d31a6
authored
Jul 11, 2019
by
Samuel GAIST
Browse files
[data] Add warning message when no files where found on CachedDataSource setup
parent
944e3c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/backend/python/data.py
View file @
7b3d31a6
...
...
@@ -413,6 +413,7 @@ class CachedDataSource(DataSource):
)
=
getAllFilenames
(
filename
,
start_index
,
end_index
)
if
len
(
self
.
filenames
)
==
0
:
logger
.
warn
(
"No files found for %s"
%
filename
)
return
False
check_consistency
(
self
.
filenames
,
data_checksum_filenames
)
...
...
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