mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 16:54:04 +02:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
0fbab0a1fe
commit
801905f8b9
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def run_markdown_code_runner(file_path: Path) -> bool:
|
|||
return False
|
||||
except FileNotFoundError:
|
||||
print(
|
||||
" Error: markdown-code-runner not found. Install with: pip install markdown-code-runner"
|
||||
" Error: markdown-code-runner not found. Install with: pip install markdown-code-runner",
|
||||
)
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue