Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index out of range error on line 90 in typeForFile #5

Open
gonzojive opened this issue Jan 11, 2011 · 1 comment
Open

index out of range error on line 90 in typeForFile #5

gonzojive opened this issue Jan 11, 2011 · 1 comment

Comments

@gonzojive
Copy link

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

@nalaj
Copy link

nalaj commented Jul 15, 2011

Getting identical error. Any solution available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants