Closed bortzmeyer closed 3 years ago
Traceback (most recent call last):
File "CycleHunter.py", line 54, in <module>
find_cycles(output2, output3)
File "/home/bortzmeyer/tmp/CycleHunter/findCyclicDep.py", line 1154, in find_cycles
cyclic = sortDepsNew(zonesWoBailiwick)
File "/home/bortzmeyer/tmp/CycleHunter/findCyclicDep.py", line 1024, in sortDepsNew
clearedZonesForOK.append(zone.lowe())
AttributeError: 'str' object has no attribute 'lowe'
thanks for reporting, @bortzmeyer . this has been already fixed on #28
In
findCyclicDep.py
, there is:which is probably a typo.