c33b041c0c
With the introduction of Lowercase/Uppercase conversion functions in the utils.py, the following patch removes the dependancy of the current code on character casing. utils.convert_to_lowercase is called where the code expects the input to be in lower case while utils.convert_to_uppercase will be called where the code expects the input to be in CAPITAL casing only. Change-Id: I1c5c3c87f343fc2731469b9a0c38d278f6018a11
8 lines
184 B
YAML
8 lines
184 B
YAML
---
|
|
other:
|
|
- |
|
|
This patch provides user the support to use
|
|
any form of casing, thus removing the specific
|
|
UPPER/lower case inputs required by different
|
|
neutron CLIs.
|