From 79c66813a99831352319c557f4712c5a63bdbcb1 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 062ab9c81..9a4671c5f 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