mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Error message for finding image paths
This commit is contained in:
parent
ff207a4688
commit
9f3e23f991
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ def get_full_image_path(image_file_name):
|
|||
for path in possible_paths:
|
||||
if os.path.exists(path):
|
||||
return path
|
||||
raise IOError("File not Found")
|
||||
raise IOError("File %s not Found"%image_file_name)
|
||||
|
||||
def drag_pixels(frames):
|
||||
curr = frames[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue