From a658e1ceda821e83c3664281635faea72b335575 Mon Sep 17 00:00:00 2001 From: Sachidananda Urs Date: Wed, 7 Sep 2016 15:01:44 +0530 Subject: [PATCH] Change YML_NAME to point to correct file. --- gdeployfeatures/lv/lv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdeployfeatures/lv/lv.py b/gdeployfeatures/lv/lv.py index 0174acfe..9a342f0d 100644 --- a/gdeployfeatures/lv/lv.py +++ b/gdeployfeatures/lv/lv.py @@ -29,7 +29,7 @@ def lv_create(section_dict): def lv_convert(section_dict): Global.ignore_errors = section_dict.get('ignore_lv_errors') - return section_dict, defaults.YML_NAME + return section_dict, defaults.LVCONVERT_YML def lv_setup_cache(section_dict): global helpers