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 b324448 commit 9fd73a0Copy full SHA for 9fd73a0
tools/azure-sdk-tools/packaging_tools/generate_utils.py
@@ -396,7 +396,7 @@ def format_samples_and_tests(sdk_code_path) -> None:
396
with open(path, "w") as fw:
397
fw.write(file_content)
398
except Exception as e:
399
- _LOGGER.warning(f"Failed to format {item}: {e}")
+ _LOGGER.warning(f"Failed to format {path}: {e}")
400
401
_LOGGER.info(f"format {generate_path} successfully")
402
0 commit comments