Skip to content

Commit d10703e

Browse files
committed
minor change
1 parent e2d9d74 commit d10703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackinator/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def generate(self, recipe):
472472
)
473473

474474
# write modules/modules.yaml
475-
if recipe.modules is not None:
475+
if recipe.with_modules:
476476
generate_modules_path = self.path / "modules"
477477
generate_modules_path.mkdir(exist_ok=True)
478478
with (generate_modules_path / "modules.yaml").open("w") as f:

0 commit comments

Comments
 (0)