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.
2 parents a0d82ac + 231b7e1 commit dc1d0eeCopy full SHA for dc1d0ee
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