Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit da2d0c4

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎examples/animation/old_animation/movie_demo.py

Copy file name to clipboardExpand all lines: examples/animation/old_animation/movie_demo.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.