We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832ed9f commit 58ddf1dCopy full SHA for 58ddf1d
docs/gl_objects/builds.py
@@ -86,7 +86,7 @@ def __call__(self, chunk):
86
self._fd.write(chunk)
87
88
target = Foo()
89
-build.artifacts(streamed=True, streamed=True, action=target)
+build.artifacts(streamed=True, action=target)
90
del(target) # flushes data on disk
91
# end stream artifacts
92
0 commit comments