Skip to content

Commit d5e8122

Browse files
authored
1 parent 045344c commit d5e8122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def gen_cadl(cadl_relative_path: str, spec_folder: str) -> Dict[str, Any]:
372372
with open("package.json", "r") as file_in:
373373
cadl_tools = json.load(file_in)
374374
else:
375-
cadl_tools = {"dependencies:{}"}
375+
cadl_tools = {"dependencies": dict()}
376376
cadl_tools["dependencies"].update(cadl_python_dep["dependencies"])
377377
with open("package.json", "w") as file_out:
378378
json.dump(cadl_tools, file_out)

0 commit comments

Comments
 (0)