Skip to content

Commit

Permalink
TmpDir step: use util funcs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenz33 committed Mar 31, 2015
1 parent 18d75ea commit def3d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conduct/buildsteps.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def run(self):

self.log.info('Create temporary dir: %s' % dest)

os.makedirs(dest)
ensureDirectory(dest)
self.tmpdir = dest

def cleanup(self):
Expand Down

0 comments on commit def3d55

Please sign in to comment.