mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-02 09:46:16 +01:00
- fixed "osc results --csv" in a project wc
This commit is contained in:
parent
fbb032ea95
commit
09a7f60ede
@ -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 == []:
|
||||||
|
Loading…
Reference in New Issue
Block a user