Fixed indentation issues.
This commit is contained in:
parent
51984a6540
commit
96335baf5d
@ -318,8 +318,6 @@ class ScriptManager:
|
||||
return
|
||||
|
||||
newScript.activate()
|
||||
tokens = ["SCRIPT MANAGER: Setting active script to", newScript, "reason:", reason]
|
||||
self._activeScript = newScript
|
||||
|
||||
# Register plugin keybindings with the new active script
|
||||
from . import cthulhu
|
||||
@ -327,6 +325,7 @@ class ScriptManager:
|
||||
if plugin_manager:
|
||||
plugin_manager.register_plugin_keybindings_with_active_script()
|
||||
|
||||
tokens = ["SCRIPT MANAGER: Setting active script to", newScript, "reason:", reason]
|
||||
debug.printTokens(debug.LEVEL_INFO, tokens, True)
|
||||
|
||||
def _getScriptForAppReplicant(self, app):
|
||||
|
Loading…
x
Reference in New Issue
Block a user