From 506cc4eed7614fd1a5be75d32c5018ac4749b78d Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 21 Aug 2024 20:18:48 -0500 Subject: configdiff: T5666: provide list of scripts scheduled for proposed commit (cherry picked from commit 5819fd88e7948572a65b62885ddcba8ebbb7371c) --- python/vyos/utils/dict.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/vyos/utils') diff --git a/python/vyos/utils/dict.py b/python/vyos/utils/dict.py index d36b6fcfb..84a71493f 100644 --- a/python/vyos/utils/dict.py +++ b/python/vyos/utils/dict.py @@ -267,6 +267,7 @@ def dict_to_paths_values(conf: dict) -> dict: dict_of_options[path] = dict_search(path,conf) return dict_of_options + def dict_to_key_paths(d: dict) -> list: """ Generator to return list of key paths from dict of list[str]|str """ -- cgit v1.2.3