Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd310ed + 4e97c86 commit f99e514Copy full SHA for f99e514
1 file changed
tests/test_embed.py
@@ -59,7 +59,6 @@ def test_ipython_embed():
59
stderr=subprocess.PIPE,
60
)
61
out, err = p.communicate(_exit)
62
- std = out.decode("UTF-8")
63
try:
64
std = out.decode("UTF-8")
65
except UnicodeDecodeError as e:
0 commit comments