Fixed typo
This commit is contained in:
parent
a0702fbc69
commit
aed2a05dec
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ class OptionalModule(object):
|
||||||
self._parent = parent
|
self._parent = parent
|
||||||
assert (
|
assert (
|
||||||
type(module_type) is str
|
type(module_type) is str
|
||||||
), "Option module type should be a string not a {}".format(type(module_typ))
|
), "Option module type should be a string not a {}".format(type(module_type))
|
||||||
self.module_type = module_type
|
self.module_type = module_type
|
||||||
if available:
|
if available:
|
||||||
assert (
|
assert (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue