We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86ca59 commit 35c6bbbCopy full SHA for 35c6bbb
docs/gl_objects/builds.py
@@ -80,7 +80,7 @@
80
# stream artifacts
81
class Foo(object):
82
def __init__(self):
83
- self._fd = open('artifacts.zip', 'w')
+ self._fd = open('artifacts.zip', 'wb')
84
85
def __call__(self, chunk):
86
self._fd.write(chunk)
0 commit comments