Skip to content

Commit e61c179

Browse files
committed
fix
1 parent b12216e commit e61c179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/azure-sdk-tools/packaging_tools/generate_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def gen_typespec(
433433
)
434434
if run_in_pipeline:
435435
emitter_name = "@azure-tools/typespec-python"
436-
if not os.path.exists(f"node_modules{emitter_name}"):
436+
if not os.path.exists(f"node_modules/{emitter_name}"):
437437
_LOGGER.info("install dependencies only for the first run")
438438
check_output("tsp-client install-dependencies", stderr=STDOUT, shell=True)
439439
else:

0 commit comments

Comments
 (0)