mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 22:47:45 +00:00
Tiny PEP fix
This commit is contained in:
parent
ba88104177
commit
b7cb66fe5d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def handle_scene(scene, **config):
|
|||
|
||||
if (current_os == "Linux"):
|
||||
commands.append("xdg-open")
|
||||
else: # Assume macOS
|
||||
else: # Assume macOS
|
||||
commands.append("open")
|
||||
|
||||
if config["show_file_in_finder"]:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue