Skip to content

Commit 0f4d1e8

Browse files
peteristhegreatph-conn
authored andcommitted
Fix parenths typo
1 parent 64d6c3f commit 0f4d1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/models/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def build(self, stream=False, timestamp=False, **kwargs):
310310
if stream:
311311
if timestamp:
312312
print(timestamp_str, "- ", end='', file=sys.stderr)
313-
print("Error:", chunk['error'].strip(), flush=True, file=sys.stderr))
313+
print("Error:", chunk['error'].strip(), flush=True, file=sys.stderr)
314314
raise BuildError(chunk['error'], result_stream)
315315
if 'stream' in chunk:
316316
if stream:

0 commit comments

Comments
 (0)