Cleanup
This commit is contained in:
@@ -53,7 +53,6 @@ def fix_rule(order):
|
|||||||
for print_order in print_orders:
|
for print_order in print_orders:
|
||||||
if not validate_rule(print_order):
|
if not validate_rule(print_order):
|
||||||
print(f"{print_order} is bad")
|
print(f"{print_order} is bad")
|
||||||
#count = count + fix_rule(print_order)
|
|
||||||
while True:
|
while True:
|
||||||
new = fix_rule(print_order)
|
new = fix_rule(print_order)
|
||||||
if validate_rule(new):
|
if validate_rule(new):
|
||||||
|
|||||||
Reference in New Issue
Block a user