mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
feat: minor warning formatting change
This commit is contained in:
parent
db455a1379
commit
5eec11f70b
@ -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()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user