summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rwxr-xr-xapps/patchwork/bin/pwclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/bin/pwclient b/apps/patchwork/bin/pwclient
index b86949c..d630c5b 100755
--- a/apps/patchwork/bin/pwclient
+++ b/apps/patchwork/bin/pwclient
@@ -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)