From f3bab27d88e3da52682ef47d7187f8f195567226 Mon Sep 17 00:00:00 2001
From: Philip Abbet <philip.abbet@idiap.ch>
Date: Thu, 23 Mar 2017 12:15:25 +0100
Subject: [PATCH] Fix a typo

---
 beat/backend/python/library.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beat/backend/python/library.py b/beat/backend/python/library.py
index 655b7a2..a114ea1 100644
--- a/beat/backend/python/library.py
+++ b/beat/backend/python/library.py
@@ -132,7 +132,7 @@ class Library(object):
   def _load(self, data, library_cache):
     """Loads the library"""
 
-    self._name = name
+    self._name = data
 
     self.storage = Storage(self.prefix, data)
     json_path = self.storage.json.path
-- 
GitLab