From 9a1bd5db693d065d0f4226b8325000157d8a88fc Mon Sep 17 00:00:00 2001 From: Flavio Tarsetti <flavio.tarsetti@idiap.ch> Date: Fri, 14 Sep 2018 16:59:33 +0200 Subject: [PATCH] [templates] patched Library information with plotter.jinja2 --- beat/editor/templates/plotter.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beat/editor/templates/plotter.jinja2 b/beat/editor/templates/plotter.jinja2 index 32ff77e1..ca312ff5 100644 --- a/beat/editor/templates/plotter.jinja2 +++ b/beat/editor/templates/plotter.jinja2 @@ -1,6 +1,6 @@ # You may import any python packages that will be available in the environment you will run this plotter in # Environments can change based on the experiment's settings -{% for ref, lib in uses.items() %}# Library "{{ lib }}" is available under "{{ ref }}" +{% for ref, lib in uses.uses.items() %}# Library "{{ lib }}" is available under "{{ ref }}" {% endfor %} # Makes sure we won't require an X11 connection -- GitLab