unicode() was removed in Python 3 (use str on Py3-only or six.text_type on Py2 and Py3)
Missing imports: ctypes, sys
Undefined names: ~Error~, infile, logger, parser
Description of proposed changes
What is the goal of this pull request? What does this pull request change?
Related issue(s)
Fixes #
Related to #104
Testing
What steps should be taken to test the changes you've proposed?
If you added or changed behavior in the codebase, did you update the tests, or do you need help with this?
Output: https://github.com/cclauss/fauna/actions
unicode()
was removed in Python 3 (usestr
on Py3-only orsix.text_type
on Py2 and Py3)Description of proposed changes
What is the goal of this pull request? What does this pull request change?
Related issue(s)
Fixes #
Related to #104
Testing
What steps should be taken to test the changes you've proposed?
If you added or changed behavior in the codebase, did you update the tests, or do you need help with this?
Thank you for contributing to Nextstrain!