diff --git a/shpc/main/modules/base.py b/shpc/main/modules/base.py index ead76c3b0..df530504e 100644 --- a/shpc/main/modules/base.py +++ b/shpc/main/modules/base.py @@ -403,14 +403,14 @@ def install( module_dir, self.settings.module_base, "$module_base/%s" % name ) - # Are we also installing to a named view? + # Install into the default view unless asked not to if view is None and not disable_view: view = self.settings.default_view # We only want to load over-rides for a tag at install time config.load_override_file(tag.name) - # A view is a symlink under views_base/$view/$module + # Are we also installing to a named view? if view: if view not in self.views: logger.exit(