We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Getting below error
$ python breeder.py test/testing/ test/__main__.py >big-snake.py Traceback (most recent call last): File "breeder.py", line 258, in <module> print(breed(fn, (fn == args[-1]), gtk_images=gtk_images, compress=compress)) File "breeder.py", line 210, in breed return breed_dir(fn, main, File "breeder.py", line 198, in breed_dir bred = breed(fn, ismain, File "breeder.py", line 217, in breed return breed_python(fn, main, gtk_images=gtk_images, compress=compress) File "breeder.py", line 108, in breed_python pre, lines, post = format_snake(fn, raw=main, compress=compress) File "breeder.py", line 99, in format_snake lines = [l.replace('\n', '') File "breeder.py", line 99, in <listcomp> lines = [l.replace('\n', '') TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, Getting below error
The text was updated successfully, but these errors were encountered: