aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpatchwork/bin/pwclient3
1 files changed, 0 insertions, 3 deletions
diff --git a/patchwork/bin/pwclient b/patchwork/bin/pwclient
index b63db53..ce18e54 100755
--- a/patchwork/bin/pwclient
+++ b/patchwork/bin/pwclient
@@ -297,9 +297,6 @@ def action_get(rpc, patch_id):
with open(fname, 'w') as f:
f.write(unicode(s).encode("utf-8"))
print('Saved patch to %s' % fname)
- except IOError:
- sys.stderr.write("Failed to write to %s\n" % fname)
- sys.exit(1)
def action_apply(rpc, patch_id, apply_cmd=None):