6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 04:09:01 +00:00

Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2022-04-25 06:17:26 +00:00
commit 66d2f93abf

View File

@ -73,7 +73,7 @@ def load_all(names: t.Iterable[str]) -> None:
try:
load(name)
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()