mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
66d2f93abf
@ -73,7 +73,7 @@ def load_all(names: t.Iterable[str]) -> None:
|
|||||||
try:
|
try:
|
||||||
load(name)
|
load(name)
|
||||||
except exceptions.TutorError as e:
|
except exceptions.TutorError as e:
|
||||||
fmt.echo_alert(f"Failed to enable plugin '{name}' : {e.args[0]}")
|
fmt.echo_alert(f"Failed to enable plugin '{name}': {e.args[0]}")
|
||||||
hooks.Actions.PLUGINS_LOADED.do()
|
hooks.Actions.PLUGINS_LOADED.do()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user