Skip to content

Commit 13c8b1e

Browse files
committed
Update entry.py
1 parent ff6f0b2 commit 13c8b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/console/entry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_enabled_project(context: typer.Context) -> Project:
2525

2626
project = Project(configuration.project_configuration, configuration.interface, pyproject_data)
2727
if not project.enabled:
28-
print('[bold red]Error: Project is not enabled. Please check your pyproject.toml configuration.[/bold red]')
28+
print('[bold red]Error[/bold red]: Project is not enabled. Please check your pyproject.toml configuration.')
2929
raise typer.Exit(code=1)
3030
return project
3131

0 commit comments

Comments
 (0)