Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Apr 27, 2014
1 parent 3b3eafc commit e840286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/steps/source/git.py
Expand Up @@ -565,6 +565,7 @@ def checkSupport(stdout):

def applyPatch(self, patch):
d = self._dovccmd(['update-index', '--refresh'])

def applyAlready(res):
return self._dovccmd(['apply', '--index', '-p', str(patch[0])], initialStdin=patch[1])
d.addCallback(applyAlready)
Expand Down

0 comments on commit e840286

Please sign in to comment.