diff --git a/i18n/cl_lib_ru.mo b/i18n/cl_lib_ru.mo index f6e191c..539c4dc 100644 Binary files a/i18n/cl_lib_ru.mo and b/i18n/cl_lib_ru.mo differ diff --git a/pym/cl_fill.py b/pym/cl_fill.py index 975c9ed..639e100 100644 --- a/pym/cl_fill.py +++ b/pym/cl_fill.py @@ -165,7 +165,7 @@ class fillVars(varsShare): networks.append(ip.getIpNet(ipaddr, mask)) else: networks.append("") - return ",".join(networks) + return ",".join(filter(lambda x:x,networks)) def get_os_arch_machine(self): """Processor architecture"""