We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6f0b2 commit 13c8b1eCopy full SHA for 13c8b1e
cppython/console/entry.py
@@ -25,7 +25,7 @@ def get_enabled_project(context: typer.Context) -> Project:
25
26
project = Project(configuration.project_configuration, configuration.interface, pyproject_data)
27
if not project.enabled:
28
- print('[bold red]Error: Project is not enabled. Please check your pyproject.toml configuration.[/bold red]')
+ print('[bold red]Error[/bold red]: Project is not enabled. Please check your pyproject.toml configuration.')
29
raise typer.Exit(code=1)
30
return project
31
0 commit comments