summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2014-09-08 17:24:25 +0200
committerJeremy Kerr <jk@ozlabs.org>2014-11-10 20:13:11 +0800
commit12640140834e7a5fb2f1bf47bb4be8da4dc29bd0 (patch)
treeb1fcad4acc358e307f644d73b681cb9b1fc9a5fe /apps
parent9517d2c5c0e164e67db2b02bca552fc1c6b2fb3e (diff)
downloadpatchwork-12640140834e7a5fb2f1bf47bb4be8da4dc29bd0.tar.bz2
patchwork-12640140834e7a5fb2f1bf47bb4be8da4dc29bd0.tar.xz
pwclient: Remove unhandled action 'save'
The 'save' action really is called 'get' (as opposed to 'view'). Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
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)