8000 Fix a syntax error in examples (movie_demo.py). · madbouncer/matplotlib@da2d0c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit da2d0c4

Browse files
mgiuca-googledmcdougall
authored andcommitted
Fix a syntax error in examples (movie_demo.py).
1 parent 19d6dba commit da2d0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/animation/old_animation/movie_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# This is a quick and dirty check; it leaves some spurious output
5050
# for the user to puzzle over.
5151
except OSError:
52-
print not_found_msg
52+
print(not_found_msg)
5353
sys.exit("quitting\n")
5454

5555

0 commit comments

Comments
 (0)
0