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 9df756d commit cac5359Copy full SHA for cac5359
tests/data/packages/BrokenEmitsUTF8/setup.py
@@ -8,7 +8,9 @@ class FakeError(Exception):
8
9
if sys.argv[1] in ("install", "bdist_wheel"):
10
if hasattr(sys.stdout, "buffer"):
11
- sys.stdout.buffer.write("\nThis package prints out UTF-8 stuff like:\n".encode())
+ sys.stdout.buffer.write(
12
+ "\nThis package prints out UTF-8 stuff like:\n".encode()
13
+ )
14
sys.stdout.buffer.write("* return type of ‘main’ is not ‘int’\n".encode())
15
sys.stdout.buffer.write(
16
"* Björk Guðmundsdóttir [ˈpjœr̥k ˈkvʏðmʏntsˌtoʊhtɪr]".encode()
0 commit comments