Update Generate.py

This commit is contained in:
NewSoupVi
2024-05-24 00:04:46 +02:00
committed by GitHub
parent 1e99625f3b
commit 8b8a95089c

View File

@@ -448,7 +448,7 @@ def roll_settings(weights: dict, plando_options: PlandoOptions = PlandoOptions.b
Important note:
The same weights dict is shared between all slots using the same yaml (e.g. generic weights file for filler slots).
This means that it should never be modified without making a copy first.
This means that it should never be modified without making a deepcopy first.
"""
if "linked_options" in weights: