mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
commit
6bb8f1d94a
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ def main():
|
||||||
try:
|
try:
|
||||||
handle_scene(SceneClass(**scene_kwargs), **config)
|
handle_scene(SceneClass(**scene_kwargs), **config)
|
||||||
play_finish_sound()
|
play_finish_sound()
|
||||||
|
except RuntimeError:
|
||||||
|
play_finish_sound()
|
||||||
except:
|
except:
|
||||||
print "\n\n"
|
print "\n\n"
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
Loading…
Add table
Reference in a new issue