Skip to content

Commit 369705b

Browse files
committed
Project fix
1 parent 85ac99d commit 369705b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/nox/_artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def _upload_to_sonar(session: Session, sonar_token: str, config: Config) -> None
202202
"--sonar-sources",
203203
config.source,
204204
]
205-
session.run(*command) # type: ignore
205+
session.run(*command) # type: ignore
206206

207207

208208
@nox.session(name="artifacts:sonar", python=False)

0 commit comments

Comments
 (0)