Skip to content

Commit 1264014

Browse files
aldotjk-ozlabs
authored andcommitted
pwclient: Remove unhandled action 'save'
The 'save' action really is called 'get' (as opposed to 'view'). Signed-off-by: Bernhard Reutner-Fischer <[email protected]> Signed-off-by: Jeremy Kerr <[email protected]>
1 parent 9517d2c commit 1264014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/patchwork/bin/pwclient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def main():
650650
for patch_id in non_empty(h, patch_ids):
651651
action_info(rpc, patch_id)
652652

653-
elif action in ('get', 'save'):
653+
elif action == 'get':
654654
for patch_id in non_empty(h, patch_ids):
655655
action_get(rpc, patch_id)
656656

0 commit comments

Comments
 (0)