Missing close-paren
This commit is contained in:
parent
bf97593525
commit
efacff7073
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class BuildAndTestGDBFactory (factory.BuildFactory):
|
||||||
def __init__ (self, architecture_triplet = []):
|
def __init__ (self, architecture_triplet = []):
|
||||||
factory.BuildFactory.__init__ (self)
|
factory.BuildFactory.__init__ (self)
|
||||||
self.addStep (RemoveDirectory (dir = WithProperties ("%s/build",
|
self.addStep (RemoveDirectory (dir = WithProperties ("%s/build",
|
||||||
'builddir'))
|
'builddir')))
|
||||||
# self.addStep (DeleteGDBBuildDir ())
|
# self.addStep (DeleteGDBBuildDir ())
|
||||||
# Unfortunately we need to have this random wait, otherwise
|
# Unfortunately we need to have this random wait, otherwise
|
||||||
# git fetch won't work
|
# git fetch won't work
|
||||||
|
|
Loading…
Reference in a new issue