Closed maikelpoot closed 2 years ago
Default value of node is None, and if thats the case an TypeError("argument of type 'NoneType' is not iterable" exception is raised. Checking first if node is None, prevents this exception and doesn't start an avalanche down the mountain.
TypeError("argument of type 'NoneType' is not iterable"
(tested agains etcd 3.4.3, with api v2 enabled)
Default value of node is None, and if thats the case an
TypeError("argument of type 'NoneType' is not iterable"
exception is raised. Checking first if node is None, prevents this exception and doesn't start an avalanche down the mountain.(tested agains etcd 3.4.3, with api v2 enabled)