diff --git a/cobbler/utils.py b/cobbler/utils.py index 3e04d13eff..fd2c89bd15 100644 --- a/cobbler/utils.py +++ b/cobbler/utils.py @@ -1947,6 +1947,8 @@ def strip_none(data, omit_none=False): return data # ------------------------------------------------------- + + def revert_strip_none(data): """ Does the opposite to strip_none