dag: revert hotfix of undefined frontier
commit9678b899155b12f28087f5c7bfed1d3d4ebfeb15
authorEfimov Vasily <real@ispras.ru>
Mon, 6 Feb 2017 17:12:54 +0000 (6 20:12 +0300)
committerEfimov Vasily <real@ispras.ru>
Mon, 6 Feb 2017 17:12:54 +0000 (6 20:12 +0300)
tree4265dedbc5ed2dcaed9d62f42e0d8a1df72e4164
parent2c806d447b5e4edeb9c508aecc2cf84d0dd128f8
dag: revert hotfix of undefined frontier

The propagate_frontier assumes that frontier column is always defined. KeyError
exception is an indicator of an error in another part of the grid layout
algorithm. So, do not except KeyError to get the error as soon as possible.

The hotfix may be applied again for temporary error elimination.

At the other hand, defining frontier in this place too, complicates the
algorithm logic.

Signed-off-by: Efimov Vasily <real@ispras.ru>
cola/widgets/dag.py