Fix silly typo.

This commit is contained in:
Mike Auty
2017-02-13 21:30:23 +00:00
parent d6728fc2b4
commit 0d1dd2d2cd
+1 -1
View File
@@ -78,7 +78,7 @@ class DataLayerInterface(configuration.ConfigurableInterface, validity.ValidityR
def __init__(self, context, config_path, name, architecture = "Unknown", os = "Unknown"):
super().__init__(context, config_path)
self._name = self._check_type(name, str)
self._architecture = self.check_type(architecture, str)
self._architecture = self._check_type(architecture, str)
self._os = self._check_type(os, str)
# Memory specific attributes