diff options
| author | John Estabrook <jestabro@vyos.io> | 2024-08-21 20:18:48 -0500 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-26 05:25:22 +0000 |
| commit | 506cc4eed7614fd1a5be75d32c5018ac4749b78d (patch) | |
| tree | a20b71f2fce10774e7fe0e41cba79a7a4ee0c7dd /python/vyos/utils | |
| parent | a509b8d375768dcfba193389cb5c051c92935519 (diff) | |
| download | vyos-1x-506cc4eed7614fd1a5be75d32c5018ac4749b78d.tar.gz vyos-1x-506cc4eed7614fd1a5be75d32c5018ac4749b78d.zip | |
configdiff: T5666: provide list of scripts scheduled for proposed commit
(cherry picked from commit 5819fd88e7948572a65b62885ddcba8ebbb7371c)
Diffstat (limited to 'python/vyos/utils')
| -rw-r--r-- | python/vyos/utils/dict.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 """ |
