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
d5359ab5
Commit
d5359ab5
authored
Jul 16, 2019
by
Samuel GAIST
Browse files
[loop] Pass the data loaders for proper output creation
parent
33889a5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/backend/python/execution/loop.py
View file @
d5359ab5
...
@@ -214,6 +214,7 @@ class LoopExecutor(object):
...
@@ -214,6 +214,7 @@ class LoopExecutor(object):
self
.
prefix
,
self
.
prefix
,
cache_root
,
cache_root
,
input_list
=
self
.
input_list
,
input_list
=
self
.
input_list
,
data_loaders
=
self
.
data_loaders
,
)
)
self
.
message_handler
=
message_handler
self
.
message_handler
=
message_handler
...
...
Write
Preview
Supports
Markdown
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