doxyclean icon indicating copy to clipboard operation
doxyclean copied to clipboard

index out of range error on line 90 in typeForFile

Open gonzojive opened this issue 14 years ago • 1 comments

from the latest git version:

$ ~/Downloads/doxyclean/doxyclean.py -i proj.docset/ -o proj.docset -n "my project"-v Traceback (most recent call last): File "/Users/red/Downloads/doxyclean/doxyclean.py", line 1220, in sys.exit(main()) File "/Users/red/Downloads/doxyclean/doxyclean.py", line 1176, in main indexPath = createIndexXML(xmlOutputDirectory) File "/Users/red/Downloads/doxyclean/doxyclean.py", line 144, in createIndexXML objectType = typeForFile(filePath) File "/Users/red/Downloads/doxyclean/doxyclean.py", line 90, in typeForFile return xmlDoc.getElementsByTagName("object")[0].attributes["kind"].value IndexError: list index out of range

gonzojive avatar Jan 11 '11 22:01 gonzojive

Getting identical error. Any solution available?

nalaj avatar Jul 15 '11 19:07 nalaj