Closed morgangraphics closed 4 years ago
Ambiguity with found_path | bool == False is a little confusing as it was always running. Converted the check to the less ambiguous found_path | length == 0 in addition to other variables doing something similar.
found_path | bool == False
found_path | length == 0
Ambiguity with
found_path | bool == False
is a little confusing as it was always running. Converted the check to the less ambiguousfound_path | length == 0
in addition to other variables doing something similar.