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 5e4a32f commit 579d267Copy full SHA for 579d267
1 file changed
eng/tools/azure-sdk-tools/gh_tools/update_issue.py
@@ -16,8 +16,7 @@
16
17
18
def get_build_info(service_directory: str, package_name: str) -> str:
19
- """Get the pylint build info from the CI build logs.
20
- """
+ """Get the pylint build info from the CI build logs."""
21
build_id = os.getenv("BUILD_BUILDID")
22
timeline_link = f"https://dev.azure.com/azure-sdk/internal/_apis/build/builds/{build_id}/timeline?api-version=6.0"
23
0 commit comments