Closed krodyrobi closed 7 years ago
"etcd/lock.py", line 117, in _acquired t = max(0, timeout) TypeError: unorderable types: NoneType() > int()
It appears that all functions have timeout defaulting to None except this one.
None
Yes, a timeout of none is not acceptable for locking. 0 must be specified.
It appears that all functions have timeout defaulting to
None
except this one.