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

Add missing variable declaration

parent bb84ce5a
No related branches found
No related tags found
No related merge requests found
......@@ -270,6 +270,7 @@ class Algorithm(object):
self.dataformats = {}
self.libraries = {}
self.groups = []
self.errors = []
dataformat_cache = dataformat_cache if dataformat_cache is not None else {}
library_cache = library_cache if library_cache is not None else {}
......
......@@ -117,7 +117,7 @@ class Library(object):
self._name = None
self.storage = None
self.prefix = prefix
self.errors = []
self.libraries = {}
library_cache = library_cache if library_cache is not None else {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment