mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-27 13:57:26 +08:00
Reformat files with black
This commit is contained in:
parent
fed120d093
commit
da85eeded5
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ def evaluate_variables(config_dict: dict, value: str) -> str:
|
|||
# but we also need a max recursion limit
|
||||
# If each variable has two sub variables, we'd have max 4x2x2 loops
|
||||
count = 0
|
||||
maxcount = 4*2*2
|
||||
maxcount = 4 * 2 * 2
|
||||
while (
|
||||
"${MACHINE_ID}" in value
|
||||
or "${MACHINE_GROUP}" in value
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue