From b51de97adf8340acfe1b5423056a8b9c25b5e578 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 21 Nov 2014 12:47:37 +0100 Subject: [PATCH] error in last commit --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 9768143..9f492c1 100755 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -642,7 +642,7 @@ class BamBlendTest(BamSimpleTestCase): os.makedirs(TEMP_SESSION) - blendfile = os.path.join(TEMP, create_id + ".blend") + blendfile = os.path.join(TEMP_SESSION, create_id + ".blend") deps = [] if not blendfile_template_create(blendfile, create_id, deps):