Skip to content

Commit 2cc4a3b

Browse files
pontemontiCopilot
andauthored
Update libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/extensions/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 255bee3 commit 2cc4a3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/extensions

libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/extensions/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@
2323
if path not in __path__ and not path.endswith(".__path_hook__"):
2424
__path__.append(path)
2525
except (ImportError, TypeError):
26+
# Some meta path finders may not support this namespace and can raise
27+
# ImportError or TypeError; ignore these and continue discovering paths.
2628
pass

0 commit comments

Comments
 (0)