Skip to content

Commit 66498e7

Browse files
authored
Update package_utils.py (#41640)
1 parent 35a9378 commit 66498e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def edit_changelog_proc(content: List[str]):
328328

329329
def check_dev_requirement(self):
330330
file = Path(f"sdk/{self.sdk_folder}/{self.whole_package_name}/dev_requirements.txt")
331-
content = ["-e ../../../tools/azure-sdk-tools\n", "../../identity/azure-identity\naiohttp\n"]
331+
content = ["-e ../../../tools/azure-sdk-tools\n", "-e ../../identity/azure-identity\naiohttp\n"]
332332
if not file.exists():
333333
with open(file, "w") as file_out:
334334
file_out.writelines(content)

0 commit comments

Comments
 (0)