We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a9378 commit 66498e7Copy full SHA for 66498e7
tools/azure-sdk-tools/packaging_tools/package_utils.py
@@ -328,7 +328,7 @@ def edit_changelog_proc(content: List[str]):
328
329
def check_dev_requirement(self):
330
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"]
+ content = ["-e ../../../tools/azure-sdk-tools\n", "-e ../../identity/azure-identity\naiohttp\n"]
332
if not file.exists():
333
with open(file, "w") as file_out:
334
file_out.writelines(content)
0 commit comments