Skip to content

Commit ef8aeec

Browse files
authored
Update sdk_generator.py
1 parent 6f8e120 commit ef8aeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tools/azure-sdk-tools/packaging_tools/sdk_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def del_outdated_files(readme: str):
9898
else:
9999
_LOGGER.info(f"sample folder does not exist: {sample_folder}")
100100
else:
101-
_LOGGER.info(f"do not find valid sdk_folder in {python_readme}")
101+
_LOGGER.info(f"do not find valid sdk_folder from readme.python.md: {readme}")
102102

103103

104104
# look for fines in tag like:

0 commit comments

Comments
 (0)