From d5359ab5e5bf0fb2a6bef42688af776c353e0d67 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Tue, 16 Jul 2019 17:20:03 +0200
Subject: [PATCH] [loop] Pass the data loaders for proper output creation

---
 beat/backend/python/execution/loop.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/beat/backend/python/execution/loop.py b/beat/backend/python/execution/loop.py
index a67bdee..399537c 100644
--- a/beat/backend/python/execution/loop.py
+++ b/beat/backend/python/execution/loop.py
@@ -214,6 +214,7 @@ class LoopExecutor(object):
             self.prefix,
             cache_root,
             input_list=self.input_list,
+            data_loaders=self.data_loaders,
         )
 
         self.message_handler = message_handler
-- 
GitLab