From ccff20494cb682f214c8394d5d87837defcbf351 Mon Sep 17 00:00:00 2001 From: Fredrik Unger Date: Sun, 10 Apr 2011 16:18:41 +0200 Subject: [PATCH] Moving the creation of tmp directory to before the new Class structure. To be imbedded later. --- src/tree-cutter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tree-cutter.py b/src/tree-cutter.py index 2697254..e1e80ee 100755 --- a/src/tree-cutter.py +++ b/src/tree-cutter.py @@ -26,6 +26,8 @@ style_xslt = args.style+"docbook.xsl" style_tmpl = args.style+"index.en.html.tmpl" outputdir = args.output +tmptarget = tempfile.mkdtemp()+'/' + valid_scripts = ['.py','.pl'] MAXLEVEL = 10000 -- 2.30.2