Comment tweak

This commit is contained in:
Grant Sanderson 2024-12-11 11:59:36 -06:00
parent e2e785d6c9
commit 3abe3e8189

View file

@ -146,7 +146,7 @@ class ModuleLoader:
if ignore_manimlib_modules and module.__name__.startswith("manimlib"):
return
if module.__name__.startswith("manimlib.config"):
# We don't want to reload global config
# We don't want to reload global manim_config
return
if not hasattr(module, "__dict__"):