543954dd05
It turns out that when you're in a context manager that has gotten the lock, attempting to set that lock to None will fail. It's also not the thing we actually want to do. What we WANT to do is reset the _service_ so that we'll ensure a new service object gets created. Change-Id: Ic39ef0418dcd5c0cbbe710ac1c31e58b744f56b5
6 lines
232 B
YAML
6 lines
232 B
YAML
---
|
|
fixes:
|
|
- Fixed an issue where a section of code that was supposed to be resetting
|
|
the SwiftService object was instead resetting the protective mutex around
|
|
the SwiftService object leading to an exception of "__exit__"
|