Skip to content

Commit

Permalink
Fix upgrading old builds?
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed May 16, 2012
1 parent 34fd47d commit 5d20296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/buildbot/status/logfile.py
Expand Up @@ -680,6 +680,8 @@ def finish(self):
def __getstate__(self):
d = self.__dict__.copy()
del d['step']
if d.has_key('master'):
del d['master']
return d


Expand Down

0 comments on commit 5d20296

Please sign in to comment.