Skip to content

Commit 529a6e4

Browse files
committed
Change 'review list' command to omit requests with 'declined' state
1 parent 780d70d commit 529a6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osc/commandline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3322,7 +3322,7 @@ def do_request(self, subcmd, opts, *args):
33223322
if subcmd == 'review':
33233323
# FIXME: do the review list for the user and for all groups he belong to
33243324
results = get_review_list(apiurl, project, package, who, opts.group, opts.project, opts.package, state_list,
3325-
opts.type, req_states=("new", "review", "declined"))
3325+
opts.type, req_states=("new", "review"))
33263326
else:
33273327
if opts.involved_projects:
33283328
who = who or conf.get_apiurl_usr(apiurl)

0 commit comments

Comments
 (0)