We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d6dba commit da2d0c4Copy full SHA for da2d0c4
examples/animation/old_animation/movie_demo.py
@@ -49,7 +49,7 @@
49
# This is a quick and dirty check; it leaves some spurious output
50
# for the user to puzzle over.
51
except OSError:
52
- print not_found_msg
+ print(not_found_msg)
53
sys.exit("quitting\n")
54
55
0 commit comments