-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
needs-author-feedbackWorkflow: More information is needed from author to address the issue.Workflow: More information is needed from author to address the issue.
Description
`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
| target_snippet_sources = ["samples/*.py", "samples/**/*.py"] |
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
| 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.
Metadata
Metadata
Assignees
Labels
needs-author-feedbackWorkflow: More information is needed from author to address the issue.Workflow: More information is needed from author to address the issue.