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

attributes bug fix #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

attributes bug fix #100

wants to merge 1 commit into from

Conversation

audais
Copy link

@audais audais commented May 6, 2018

According to our conversation before :

Thank you Audai! Can you send a pull request on Github and I will merge it?
Carl

On Mon, Jan 23, 2017 at 5:59 AM Audai Shmalih [email protected] wrote:
Hi Carl,

I'm using your amazing Vatic system, and I found a bug when you have attributes and want to export the annotaions in json format it's failed!
I fixed the bug by doing some changes in vatic/cli.py
change the line 683:
boxdata['attributes'] = box.attributes

to
boxdata['attributes'] = []
for attr in box.attributes:
boxdata['attributes'].append(attr.text)

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

Successfully merging this pull request may close these issues.

None yet

1 participant