diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2016-07-18 09:17:51 +0200 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2016-07-18 09:17:51 +0200 |
| commit | 58ddf1d52d184243a40a754b80275dc3882ccacd (patch) | |
| tree | 00a16ef35f5daf2426c604f86188569844e0e541 /docs/gl_objects | |
| parent | 832ed9f4c23ba3cb4fba68f1083dbabfa9fe32a7 (diff) | |
| download | gitlab-58ddf1d52d184243a40a754b80275dc3882ccacd.tar.gz | |
doc: fix doubled parameter
Diffstat (limited to 'docs/gl_objects')
| -rw-r--r-- | docs/gl_objects/builds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gl_objects/builds.py b/docs/gl_objects/builds.py index c535cb2..b0d7ea2 100644 --- a/docs/gl_objects/builds.py +++ b/docs/gl_objects/builds.py @@ -86,7 +86,7 @@ class Foo(object): self._fd.write(chunk) target = Foo() -build.artifacts(streamed=True, streamed=True, action=target) +build.artifacts(streamed=True, action=target) del(target) # flushes data on disk # end stream artifacts |
