diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-18 13:40:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-18 13:40:52 +0000 |
| commit | 32e7901a3d3ff4e026d1c1899b9a743af9961aea (patch) | |
| tree | 04934907c4a3c860dbb540443235f3a92857fb92 | |
| parent | 0a104454cfda7b924210ee7150b5c3d66fe0e806 (diff) | |
Another missing temporary_directory setup.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -455,6 +455,7 @@ class OSXUniversalTarget(OSXTarget): class SourceTarget(Target): def __init__(self): + self.temporary_directory = '/tmp' super(SourceTarget, self).__init__('source', 2) self.directory = tempfile.mkdtemp() |
