mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
Fix inconsistency of request/review list -U vs -G
"osc review/request list" using -G did added the local project as target project filter unlike -U. (If local work dir is a check out)
This commit is contained in:
parent
c96928ce9a
commit
a059629e74
@ -2165,7 +2165,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
project = None
|
||||
if len(args) > 0:
|
||||
project = args[0]
|
||||
elif not opts.mine and not opts.user:
|
||||
elif not opts.mine and not opts.user and not opts.group:
|
||||
try:
|
||||
project = store_read_project(os.curdir)
|
||||
package = store_read_package(os.curdir)
|
||||
|
Loading…
Reference in New Issue
Block a user