We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d9d74 commit d10703eCopy full SHA for d10703e
stackinator/builder.py
@@ -472,7 +472,7 @@ def generate(self, recipe):
472
)
473
474
# write modules/modules.yaml
475
- if recipe.modules is not None:
+ if recipe.with_modules:
476
generate_modules_path = self.path / "modules"
477
generate_modules_path.mkdir(exist_ok=True)
478
with (generate_modules_path / "modules.yaml").open("w") as f:
0 commit comments