7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 08:30:48 +00:00

feat: minor warning formatting change

This commit is contained in:
Régis Behmo 2022-04-25 08:06:01 +02:00
parent db455a1379
commit 5eec11f70b

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()