Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Oct 1, 2022
1 parent b8136d9 commit d3a848e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shpc/main/modules/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d3a848e

Please sign in to comment.