`target_snippet_sources results in all files found in base folder being found twice and listed as duplicates:
|
target_snippet_sources = ["samples/*.py", "samples/**/*.py"] |
This 'error' is both unhelpful and wrong:
|
f'Error: code snippets are out of sync. Please run Python python_snippet_updater.py "{path}" to fix it.' |
It tells you that a file is out of sync and you should run this script to fix it... even though that is what you just did, and this script already fixed it.
`target_snippet_sources results in all files found in base folder being found twice and listed as duplicates:
azure-sdk-for-python/eng/tools/azure-sdk-tools/ci_tools/snippet_update/python_snippet_updater.py
Line 18 in cef4767
This 'error' is both unhelpful and wrong:
azure-sdk-for-python/eng/tools/azure-sdk-tools/ci_tools/snippet_update/python_snippet_updater.py
Line 132 in cef4767
It tells you that a file is out of sync and you should run this script to fix it... even though that is what you just did, and this script already fixed it.