SIDN / CycleHunter

Python software that reads zone files, extract NS records, and detect cyclic dependencies
https://tsuname.io
BSD 2-Clause "Simplified" License
37 stars 14 forks source link

fix typo zone.lowe() -> zone.lower() #28

Closed gryphius closed 3 years ago

gryphius commented 3 years ago

this fixes

Traceback (most recent call last):
  File "CycleHunter.py", line 54, in <module>
    find_cycles(output2, output3)
  File "/cyclehunter/findCyclicDep.py", line 1154, in find_cycles
    cyclic = sortDepsNew(zonesWoBailiwick)
  File "/cyclehunter/findCyclicDep.py", line 1024, in sortDepsNew
    clearedZonesForOK.append(zone.lowe())
AttributeError: 'str' object has no attribute 'lowe'