Skip to content

Commit 9fd73a0

Browse files
msyycl0lawrence
authored andcommitted
optimize log (Azure#36641)
1 parent b324448 commit 9fd73a0

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
@@ -396,7 +396,7 @@ def format_samples_and_tests(sdk_code_path) -> None:
396396
with open(path, "w") as fw:
397397
fw.write(file_content)
398398
except Exception as e:
399-
_LOGGER.warning(f"Failed to format {item}: {e}")
399+
_LOGGER.warning(f"Failed to format {path}: {e}")
400400

401401
_LOGGER.info(f"format {generate_path} successfully")
402402

0 commit comments

Comments
 (0)