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

TypeError if charset is in handle of dot file #202

Closed
n-piipel opened this issue Aug 23, 2019 · 0 comments
Closed

TypeError if charset is in handle of dot file #202

n-piipel opened this issue Aug 23, 2019 · 0 comments

Comments

@n-piipel
Copy link

n-piipel commented Aug 23, 2019

Error appears If charset is in .dot file.
The call of the method new on line 1616 waits to get graph.encoding of string, but it gets bytes, because:
C-function agget (from line 181 from agraph.py) returns bytes, but it must be string.
And C-func agattrdefval (from line 1838) returns bytes too.
And I think the same return is from C-func agattrdefval from line 1746.
Снимок экрана от 2019-08-23 22-29-29

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

No branches or pull requests

2 participants