Skip to content

fix: add missing await in apply_device_configuration#278

Merged
privateip merged 1 commit intoitential:develfrom
privateip:fix-devices-tool
Dec 12, 2025
Merged

fix: add missing await in apply_device_configuration#278
privateip merged 1 commit intoitential:develfrom
privateip:fix-devices-tool

Conversation

@privateip
Copy link
Member

  • Add await keyword to async call at devices.py:134
  • Prevents coroutine object from being returned instead of actual result
  • Aligns with async pattern used in other device tool functions

- Add await keyword to async call at devices.py:134
- Prevents coroutine object from being returned instead of actual result
- Aligns with async pattern used in other device tool functions
@privateip privateip requested a review from a team as a code owner December 12, 2025 04:55
@privateip privateip merged commit b2fe963 into itential:devel Dec 12, 2025
4 checks passed
@privateip privateip deleted the fix-devices-tool branch December 12, 2025 05:13
AutomateIP pushed a commit to AutomateIP/itential-mcp that referenced this pull request Feb 13, 2026
- Add await keyword to async call at devices.py:134
- Prevents coroutine object from being returned instead of actual result
- Aligns with async pattern used in other device tool functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant