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.
1 parent aedea31 commit 4e97c86Copy full SHA for 4e97c86
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