mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Error message for finding image paths
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user