summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chroma/camera.py2
1 files changed, 1 insertions, 1 deletions
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."