Reformat files with black

This commit is contained in:
Orsiris de Jong 2023-05-29 17:11:30 +02:00
parent fed120d093
commit da85eeded5

View file

@ -262,7 +262,7 @@ def evaluate_variables(config_dict: dict, value: str) -> str:
# but we also need a max recursion limit # but we also need a max recursion limit
# If each variable has two sub variables, we'd have max 4x2x2 loops # If each variable has two sub variables, we'd have max 4x2x2 loops
count = 0 count = 0
maxcount = 4*2*2 maxcount = 4 * 2 * 2
while ( while (
"${MACHINE_ID}" in value "${MACHINE_ID}" in value
or "${MACHINE_GROUP}" in value or "${MACHINE_GROUP}" in value