We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12216e commit e61c179Copy full SHA for e61c179
1 file changed
tools/azure-sdk-tools/packaging_tools/generate_utils.py
@@ -433,7 +433,7 @@ def gen_typespec(
433
)
434
if run_in_pipeline:
435
emitter_name = "@azure-tools/typespec-python"
436
- if not os.path.exists(f"node_modules{emitter_name}"):
+ if not os.path.exists(f"node_modules/{emitter_name}"):
437
_LOGGER.info("install dependencies only for the first run")
438
check_output("tsp-client install-dependencies", stderr=STDOUT, shell=True)
439
else:
0 commit comments