1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-02 17:56:15 +01:00

- fixed "osc results --csv" in a project wc

This commit is contained in:
Marcus Huewe 2012-02-21 13:13:36 +01:00
parent fbb032ea95
commit 09a7f60ede

View File

@ -4226,7 +4226,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if len(args) < 2: if len(args) < 2:
wd = os.curdir wd = os.curdir
if is_project_dir(wd): if is_project_dir(wd):
opts.csv = None
if opts.arch == []: if opts.arch == []:
opts.arch = None opts.arch = None
if opts.repo == []: if opts.repo == []: