mirror of
https://github.com/3b1b/manim.git
synced 2025-08-20 05:14:12 +00:00
Comment tweak
This commit is contained in:
parent
e2e785d6c9
commit
3abe3e8189
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class ModuleLoader:
|
||||||
if ignore_manimlib_modules and module.__name__.startswith("manimlib"):
|
if ignore_manimlib_modules and module.__name__.startswith("manimlib"):
|
||||||
return
|
return
|
||||||
if module.__name__.startswith("manimlib.config"):
|
if module.__name__.startswith("manimlib.config"):
|
||||||
# We don't want to reload global config
|
# We don't want to reload global manim_config
|
||||||
return
|
return
|
||||||
|
|
||||||
if not hasattr(module, "__dict__"):
|
if not hasattr(module, "__dict__"):
|
||||||
|
|
Loading…
Add table
Reference in a new issue