Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

Fix processing all actions #52

Merged
merged 1 commit into from Nov 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgdb2client/admin.py
Expand Up @@ -385,8 +385,8 @@ def do_process(args):
LOG.info("user : {0}".format(args.username))

if not args.actionid:
print 'Processing all requests with status: %s' % args.status
args.status = "Awaiting Review"
print 'Processing all requests with status: %s' % args.status
ids = do_list(args)
else:
ids = args.actionid
Expand Down