Skip to content

Commit

Permalink
IBuildStatus changed method
Browse files Browse the repository at this point in the history
  • Loading branch information
hborkhuis committed Apr 12, 2012
1 parent 2de0e29 commit 0e61cdf
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -36,8 +36,8 @@ def addStepWithName(self, name):
def getProperties(self):
return Properties()

def setSourceStamp(self, ss):
self.ss = ss
def setSourceStamps(self, ss_list):
self.ss_list = ss_list

def setReason(self, reason):
self.reason = reason
Expand Down

0 comments on commit 0e61cdf

Please sign in to comment.