mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-06 15:43:39 +02: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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user