Fix module imports in run-analysis #38

Merged
wagesj45 merged 1 commit from codex/fix-modulenotfounderror-in-analyze.py into main 2025-07-19 02:55:29 -05:00
wagesj45 commented 2025-07-19 02:55:17 -05:00 (Migrated from github.com)

Summary

  • treat scripts as a package with __init__
  • invoke analyze via python -m to avoid import errors
  • update tests for new invocation

Testing

  • python -m pytest -q

https://chatgpt.com/codex/tasks/task_e_687b4ec032a4832f888aa1a1970c0a8e

## Summary - treat `scripts` as a package with `__init__` - invoke `analyze` via `python -m` to avoid import errors - update tests for new invocation ## Testing - `python -m pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_687b4ec032a4832f888aa1a1970c0a8e
Sign in to join this conversation.
No description provided.