diff --git a/pym/cl_fill.py b/pym/cl_fill.py index 40c67f6..0872393 100644 --- a/pym/cl_fill.py +++ b/pym/cl_fill.py @@ -42,10 +42,10 @@ class fillVars(object, cl_base.glob_attr): data = FD.readlines() FD.close() shortNameList = filter(lambda y:y, - map(lambda x:\ - len(x.split("="))==2 and\ - x.split("=")[0]=="calculate" and\ - x.split("=")[1].strip(), data)) + map(lambda x:\ + len(x.split("="))==2 and\ + x.split("=")[0]=="calculate" and\ + x.split("=")[1].strip(), data)) if shortNameList: return shortNameList[0] return "CLD"