use 'is None' rather then '== None' as suggested by python docs & mis-spelling.
This commit is contained in:
@@ -195,7 +195,7 @@ def load_scripts(reload_scripts=False, refresh_scripts=False):
|
||||
for mod in modules_from_path(path, loaded_modules):
|
||||
test_register(mod)
|
||||
|
||||
# deal with addons seperately
|
||||
# deal with addons separately
|
||||
_addon_utils.reset_all(reload_scripts)
|
||||
|
||||
# run the active integration preset
|
||||
|
||||
Reference in New Issue
Block a user