diff --git a/src/wuttjamaican/install.py b/src/wuttjamaican/install.py index 2212fa2..cf9e3ac 100644 --- a/src/wuttjamaican/install.py +++ b/src/wuttjamaican/install.py @@ -124,7 +124,7 @@ class InstallHandler(GenericHandler): try: paths.insert(0, self.app.resource_path(f'{self.pkg_name}:templates/install')) - except ModuleNotFoundError: + except (TypeError, ModuleNotFoundError): pass self.templates = TemplateLookup(directories=paths)