Skip to content
Snippets Groups Projects
Commit f3bab27d authored by Philip ABBET's avatar Philip ABBET
Browse files

Fix a typo

parent fca6d56c
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ class Library(object): ...@@ -132,7 +132,7 @@ class Library(object):
def _load(self, data, library_cache): def _load(self, data, library_cache):
"""Loads the library""" """Loads the library"""
self._name = name self._name = data
self.storage = Storage(self.prefix, data) self.storage = Storage(self.prefix, data)
json_path = self.storage.json.path json_path = self.storage.json.path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment