5cb0e00b77
Use dict.pop(key, None) instead of del dict[key]. dict.pop will not raise any error when the key is not exist. TrivialFix Change-Id: I3808fc865afe6936a5d93eff792e1d1a93ba2085 |
||
---|---|---|
.. | ||
merge_configs.py | ||
merge_yaml.py |