Commit 572c15ea authored by Reinout van Rees's avatar Reinout van Rees

Prefix tempdir with bootstrap

This is an urelated change from mgedmin's #204 pull request.
Prefixing is good as it might help figuring out what keeps filling up a temp
dir in case there's a problem.
parent 7490116e
......@@ -25,7 +25,7 @@ import tempfile
from optparse import OptionParser
tmpeggs = tempfile.mkdtemp()
tmpeggs = tempfile.mkdtemp(prefix='bootstrap-')
usage = '''\
[DESIRED PYTHON FOR BUILDOUT] bootstrap.py [options]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment