Skip to content

Commit

Permalink
status.builder.BuildRequestStatus: don't use .source, it doesn't exis…
Browse files Browse the repository at this point in the history
…t anymore
  • Loading branch information
warner committed Apr 28, 2010
1 parent 61a8a5e commit e908b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/status/builder.py
Expand Up @@ -771,7 +771,7 @@ def getSubmitTime(self):
def asDict(self):
result = {}
# Constant
result['source'] = self.source.asDict()
result['source'] = self.getSourceStamp().asDict()
result['builderName'] = self.getBuilderName()
result['submittedAt'] = self.getSubmitTime()

Expand Down

0 comments on commit e908b56

Please sign in to comment.