Salome HOME
First environ command version
[tools/sat.git] / commands / config.py
index 9d35e542d92ce2c29e2529114d2ba6aade204a35..79169e061d1a3d098d7e4253141429ed79a1c011 100644 (file)
@@ -486,7 +486,8 @@ def get_config_children(config, args):
             try:
                 a = config.getByPath(head)
                 if dir(a).__contains__('keys'):
-                    vals = map(lambda x: head + '.' + x, [m for m in a.keys() if m.startswith(tail)])
+                    vals = map(lambda x: head + '.' + x,
+                               [m for m in a.keys() if m.startswith(tail)])
             except:
                 pass