Skip to content

Commit cc3d212

Browse files
committed
Fix .source places to .source_code_path
1 parent dc5a0dd commit cc3d212

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
@@ -236,7 +236,7 @@ def _upload_to_sonar(session: Session, sonar_token: str | None, config: Config)
236236
"--sonar-python-version",
237237
",".join(config.python_versions),
238238
"--sonar-sources",
239-
config.source,
239+
config.source_code_path,
240240
]
241241
if Path(COVERAGE_XML).exists():
242242
command.extend(["--sonar-python-coverage-report-paths", COVERAGE_XML])

0 commit comments

Comments
 (0)