In helpers.py getMoorings, there's a variable: ct = 0 # counter for number of line types
It seems to never get set, but is used in this for loop:
|
for ii in range(0,ct-1): # go through every line config except the last (since it was doubled already) |
So the loop will never run.
Is this something we need to fix, or is this capability obsolete?