Skip to content

Commit 31bb621

Browse files
authored
Update package_utils.py (#36972)
1 parent 29db9f0 commit 31bb621

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
@@ -34,7 +34,7 @@ def change_log_new(package_folder: str, lastest_pypi_version: bool) -> str:
3434
except CalledProcessError as e:
3535
_LOGGER.warning(f"Error ocurred when call breaking change detector: {e.output.decode('utf-8')}")
3636
raise e
37-
_LOGGER.info(f"Breaking change detector output: {result}")
37+
_LOGGER.info(f"Breaking change detector output: {output}")
3838
result = [l for l in output.split("\n")]
3939
begin = result.index("===== changelog start =====")
4040
end = result.index("===== changelog end =====")

0 commit comments

Comments
 (0)