CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

MaintenancePool: Check the response within the try block #1027

Closed naved001 closed 6 years ago

naved001 commented 6 years ago

Because if the exception is raised, then response won't be set and raises an UnboundLocalError.

one thing I didn't understand is why did this not crash the API server?