Skip to content

Commit

Permalink
fix flake8 nits
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Dec 8, 2023
1 parent 4a2a221 commit 58295ac
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions stackinator/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,13 @@ def generate_environment_specs(self, raw):
# An awkward hack to work around spack not supporting creating activation
# scripts for each file system view in an environment: it only generates them
# for the "default" view.
# The workaround is to create multiple versions of the same environment, one for
# each view.
# TODO: remove when the minimum supported version of spack is v0.21, in which this
# issue was fixed, see https://github.com/spack/spack/pull/40549
# we have a `--develop` workaround that uses the current approach of generating a
# separate environment for each view, with a view named "default", and uses the name
# default to generated the activation script.
# The workaround is to create multiple versions of the same environment, one
# for each view.
# TODO: remove when the minimum supported version of spack is v0.21, in which
# this issue was fixed, see https://github.com/spack/spack/pull/40549
# we have a `--develop` workaround that uses the current approach of generating
# a separate environment for each view, with a view named "default", and uses
# the name default to generated the activation script.
env_names = set()
env_name_map = {}
for name, config in environments.items():
Expand Down

0 comments on commit 58295ac

Please sign in to comment.