Ticket #341: buildbot-ticket-341.patch
| File buildbot-ticket-341.patch, 0.6 kB (added by gward, 4 months ago) |
|---|
-
old-buildbot-trunk/buildbot/steps/transfer.py
old new 15 15 """ 16 16 17 17 def __init__(self, destfile, maxsize, mode): 18 # Create missing directories. 19 dirname = os.path.dirname(destfile) 20 if not os.path.isdir(dirname): 21 os.makedirs(dirname) 22 18 23 self.destfile = destfile 19 24 self.fp = open(destfile, "wb") 20 25 if mode is not None:
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)