From 85c94f5d0127256fb79afcea8600011a421af603 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Tue, 20 Sep 2011 10:27:38 -0400 Subject: Fix bug printing output movie filename --- chroma/camera.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroma/camera.py b/chroma/camera.py index 575d13d..927a17d 100644 --- a/chroma/camera.py +++ b/chroma/camera.py @@ -76,7 +76,7 @@ def encode_movie(dir): shutil.rmtree(dir) - print 'movie saved to %s.' % filename + print 'movie saved to %s.' % path class Camera(multiprocessing.Process): "The camera class is used to render a Geometry object." -- cgit