Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Apr 18, 2024
1 parent 9461be2 commit b0d4b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackinator/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def environment_meta(self, recipe):
self._environment_meta = meta

def generate(self, recipe):
# make the paths
# make the paths, in case bwrap is not used, directly write to recipe.mount
store_path = (
self.path / "store" if not recipe.no_brwap else pathlib.Path(recipe.mount)
)
Expand Down

0 comments on commit b0d4b63

Please sign in to comment.