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

Error in example.py writing to stdout with example.py #27

Closed
d0c-s4vage opened this issue Dec 31, 2019 · 0 comments · Fixed by #28
Closed

Error in example.py writing to stdout with example.py #27

d0c-s4vage opened this issue Dec 31, 2019 · 0 comments · Fixed by #28
Labels

Comments

@d0c-s4vage
Copy link
Owner

d0c-s4vage commented Dec 31, 2019

Discovered looking into #26

Traceback (most recent call last):
  File "example.py", line 96, in <module>
    main(sys.argv[1:])
  File "example.py", line 91, in main
    seed          = args.seed,
  File "example.py", line 37, in generate
    output.write(res)
TypeError: write() argument must be str, not bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant