Skip to content

Commit

Permalink
git-pw: Fix indentation error in do_apply
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
  • Loading branch information
Michael Wood authored and Damien Lespiau committed Mar 3, 2016
1 parent e44ec1d commit 789f19a
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 @@ -597,7 +597,7 @@ class GitPatchwork(object):
return (series, revision)

def do_apply(self):
try:
try:
(series, revision) = self.cmd_get_series_revision()
print('Applying series: %s (rev %d)' % (series.name,
series.version))
Expand Down

0 comments on commit 789f19a

Please sign in to comment.