Skip to content

Commit 8ef01a1

Browse files
committed
Changed return of empty updates
1 parent 1576b0c commit 8ef01a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cisco_gnmi/nx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def check_configs(self, configs):
188188

189189
def create_updates(self, configs, origin, json_ietf=False):
190190
if not configs:
191-
return None
191+
return []
192192
configs = self.check_configs(configs)
193193

194194
xpaths = []

0 commit comments

Comments
 (0)