diff --git a/osc/commandline.py b/osc/commandline.py index 2487e7e3..7a241c9a 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -4622,7 +4622,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. u = makeurl(dir['apiurl'], ['source', dir['project'], dir['package'], pathname2url(name)], query=query) for buf in streamfile(u, http_GET, BUFSIZE): o.write(buf) - o.close + o.close() @cmdln.option('-d', '--destdir', default='repairlink', metavar='DIR',