Skip to content

Commit 9df756d

Browse files
hugovkpfmoore
andauthored
Update for consistency
Co-authored-by: Paul Moore <[email protected]>
1 parent 112edf9 commit 9df756d

File tree

1 file changed

+1
-1
lines changed
  • tests/data/packages/BrokenEmitsUTF8

1 file changed

+1
-1
lines changed

tests/data/packages/BrokenEmitsUTF8/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class FakeError(Exception):
88

99
if sys.argv[1] in ("install", "bdist_wheel"):
1010
if hasattr(sys.stdout, "buffer"):
11-
sys.stdout.buffer.write(b"\nThis package prints out UTF-8 stuff like:\n")
11+
sys.stdout.buffer.write("\nThis package prints out UTF-8 stuff like:\n".encode())
1212
sys.stdout.buffer.write("* return type of ‘main’ is not ‘int’\n".encode())
1313
sys.stdout.buffer.write(
1414
"* Björk Guðmundsdóttir [ˈpjœr̥k ˈkvʏðmʏntsˌtoʊhtɪr]".encode()

0 commit comments

Comments
 (0)