We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5ee11 commit 7f39d6dCopy full SHA for 7f39d6d
1 file changed
plb.py
@@ -417,6 +417,7 @@ def main():
417
need_to_balance = need_to_balance_checking(cluster)
418
logger.info(f'Need to balance: {need_to_balance}')
419
if need_to_balance:
420
+ iteration = 0
421
balance_cl = temporary_dict(cluster)
422
sorted_variants = calculating(balance_cl, cluster)
423
if sorted_variants:
0 commit comments