mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Fix typo.
This commit is contained in:
parent
3b179ec304
commit
cb6139e110
@ -61,7 +61,7 @@ def loadPluginModule(name, ignoreDeprecation=False):
|
||||
except:
|
||||
sys.modules.pop(name, None)
|
||||
for key in sys.modules:
|
||||
if key.startwith(name + '.'):
|
||||
if key.startswith(name + '.'):
|
||||
sys.modules.pop(key)
|
||||
raise
|
||||
if 'deprecated' in module.__dict__ and module.deprecated:
|
||||
|
Loading…
x
Reference in New Issue
Block a user