Skip to content

Commit

Permalink
git-pw: fix the error message in do_apply_patch
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
thos authored and Damien Lespiau committed Nov 17, 2015
1 parent 11698ce commit 4a564aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-pw/git-pw
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class GitPatchwork(object):
except HttpError as e:
if e.status_code != 404:
raise
die('No patch with id %d.' % self.cmd.series_id)
die('No patch with id %d.' % self.cmd.patch_id)

def run(self):
self.setup()
Expand Down

0 comments on commit 4a564aa

Please sign in to comment.