]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/bin/pwclient
pwclient: Remove unhandled action 'save'
[patchwork] / apps / patchwork / bin / pwclient
index b86949c264b94246d30fff84ad39e48b343bb6b7..d630c5bba0797dda709077c470026d3d9dbcc8cf 100755 (executable)
@@ -650,7 +650,7 @@ def main():
         for patch_id in non_empty(h, patch_ids):
             action_info(rpc, patch_id)
 
-    elif action in ('get', 'save'):
+    elif action == 'get':
         for patch_id in non_empty(h, patch_ids):
             action_get(rpc, patch_id)