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

[FillStyle] in drDefinePacket is optional #1

Open
EugeneZelenko opened this issue Jun 11, 2019 · 0 comments
Open

[FillStyle] in drDefinePacket is optional #1

EugeneZelenko opened this issue Jun 11, 2019 · 0 comments

Comments

@EugeneZelenko
Copy link

I re-wrote import_tf on Python and tried it on real-world files. It turned out that [FillStyle] was not presented in drDefinePacket. My workaround was:

packets[defs[1]] = [ defs[2], defs[3], defs[4], defs[5], defs[6] if len(defs) > 6 else None ]

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

1 participant