summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/pub/utils
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-29 09:19:54 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-29 09:19:54 +0800
commitf445aeff90fb3038c063def87e888e50b4e107a4 (patch)
tree07f54ed39c11790ca263f480eb56172849790822 /lcm/lcm/pub/utils
parent6761e83a3352dcfc166949cf30365573571c0f1b (diff)
Fix vnflcm msapi aai pep8 error
Change-Id: Iedacc7c58f767d6f04052ff9a1b473715f693aec Issue-Id: VFC-475 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/lcm/pub/utils')
-rw-r--r--lcm/lcm/pub/utils/values.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/lcm/pub/utils/values.py b/lcm/lcm/pub/utils/values.py
index b5c5e90c..7bf33842 100644
--- a/lcm/lcm/pub/utils/values.py
+++ b/lcm/lcm/pub/utils/values.py
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+
def ignore_case_get(args, key, def_val=""):
if not key:
return def_val