Bug
Importing app.util raises AttributeError when DEBUG=1.
Steps to reproduce
export DEBUG=1
python -c "from app import util"
Expected
Import succeeds.
Actual
AttributeError: module 'app' has no attribute 'util'
Environment
Python 3.12, Linux.
Note for experiment
This issue is the shared fixture for three triage runs comparing caveman skill loading modes. Please triage normally based on the bug report above.
Bug
Importing
app.utilraises AttributeError whenDEBUG=1.Steps to reproduce
export DEBUG=1python -c "from app import util"Expected
Import succeeds.
Actual
AttributeError: module 'app' has no attribute 'util'Environment
Python 3.12, Linux.
Note for experiment
This issue is the shared fixture for three triage runs comparing caveman skill loading modes. Please triage normally based on the bug report above.