Skip to content

Commit 7ebfc4d

Browse files
committed
merge main
2 parents de01b6c + 9cb7b60 commit 7ebfc4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/azure-sdk-tools/ci_tools/scenario/generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def create_package_and_install(
6767
if cache_dir:
6868
commands_options.extend(["--cache-dir", cache_dir])
6969

70-
target_package = ParsedSetup.from_path(setup_py_path)
70+
target_package = ParsedSetup.from_path(target_setup)
7171

7272
discovered_packages = discover_packages(
7373
target_setup, distribution_directory, target_setup, package_type, force_create

0 commit comments

Comments
 (0)