Skip to content
Snippets Groups Projects
Commit 0a25ca69 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix error message

parent fa65b064
No related branches found
No related tags found
1 merge request!436Introduce Nox for Local and CI Test Automation. Start Writing a Contributors Guide.
Pipeline #71916 passed
......@@ -58,7 +58,7 @@ def check_external_doc_dependencies(session: nox.Session):
except FileNotFoundError:
session.error(
"Unable to build documentation: "
"command `dot` from the `graphviz` package (https://www.graphviz.org/) could not be found."
"Command `dot` from the `graphviz` package (https://www.graphviz.org/) is not available"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment