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

Typo in bosch_to_pascal.py #14

Closed
masskro0 opened this issue Apr 1, 2020 · 1 comment
Closed

Typo in bosch_to_pascal.py #14

masskro0 opened this issue Apr 1, 2020 · 1 comment

Comments

@masskro0
Copy link

masskro0 commented Apr 1, 2020

Line 24:
annotation = ET.Element("annotaion")
should be changed to:
annotation = ET.Element("annotation")

I don't know whether this causes any problems or not.

@karstenBehrendt
Copy link
Collaborator

Thanks. I never used the bosch_to_pascal scripts or their output. Judging by the other scripts in that folder, it should be "annotation". I changed that

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