Fix 'occured' -> 'occurred' typos in awx/main/tasks#16404
Fix 'occured' -> 'occurred' typos in awx/main/tasks#16404SAY-5 wants to merge 1 commit intoansible:develfrom
Conversation
…r message
Three instances of 'occured' across two task files:
* awx/main/tasks/receptor.py (2x): inline comments in the receptor
job dispatcher explaining work_unit_id_assigned race and ansible-
runner runtime traceback handling.
* awx/main/tasks/jobs.py: PostRunError message raised when saving
inventory data fails — surfaced to operators in job error output.
Python ast.parse stays clean for both files.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request corrects spelling errors in error messages and inline comments across two task files. The changes involve fixing "occured" to "occurred" in an error exception message and two log/comment strings without altering any functional behavior or control flow. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Three instances of
occuredacross two task files:awx/main/tasks/receptor.py× 2 — inline comments in the receptor job dispatcher explaining thework_unit_id_assignedrace and ansible-runner runtime traceback handling.awx/main/tasks/jobs.py:1969—PostRunErrormessage raised when saving inventory data fails; surfaced to operators in job error output.Python
ast.parsestays clean for both files.Summary by CodeRabbit
Release Notes