Skip to content

Commit 145f27d

Browse files
fix
1 parent 48847f2 commit 145f27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/nox/_documentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def _docs_list_links(doc_config: Path):
124124
def _docs_links_check(doc_config: Path, args):
125125
with tempfile.TemporaryDirectory() as path:
126126
tmpdir = Path(path)
127-
sp = subprocess.run( # nosec
127+
sp = subprocess.run( # nosec
128128
[
129129
"sphinx-build",
130130
"-b",

0 commit comments

Comments
 (0)