From 09a7f60edee66fadcff9795ec2e3f974d51d1687 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Tue, 21 Feb 2012 13:13:36 +0100 Subject: [PATCH] - fixed "osc results --csv" in a project wc --- osc/commandline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 8da6207e..62fe06a9 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -4226,7 +4226,6 @@ Please submit there instead, or use --nodevelproject to force direct submission. if len(args) < 2: wd = os.curdir if is_project_dir(wd): - opts.csv = None if opts.arch == []: opts.arch = None if opts.repo == []: