diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-30 09:59:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-30 09:59:39 +0100 |
| commit | 28becd1f549b3dcc1a5c1392954dcb360de51f45 (patch) | |
| tree | 4eda74a605f4fc3262812360eca109fd31578a48 | |
| parent | 4fba19ba0ac517fdf261bcc80ac23b1a38d5445b (diff) | |
Use /var/tmp not /tmp as it seems more conventional for big files.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ import re import copy import inspect -TEMPORARY_DIRECTORY = '/tmp' +TEMPORARY_DIRECTORY = '/var/tmp' class Error(Exception): def __init__(self, value): |
