]> git.lyx.org Git - features.git/commit
Improve a warning in lyx2lyx.
authorGünter Milde <milde@lyx.org>
Thu, 17 Jan 2019 23:20:19 +0000 (00:20 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:56 +0000 (14:39 +0200)
commit34162d0a9752f4fc9daaeeea84dd13d5e93b3490
tree2b662dfbfbd03647506cce7cae92bd7d43b38395
parent598bf527618c774e841cc9b57f2a796a2ffc42ab
Improve a warning in lyx2lyx.

If get_containing_layout() finds a layout without name,
it will return an empty string as layoutname.
Calling functions can thus differentiate between missing
\begin_layout and missing layoutname and give a more specific
response or warning.
lib/lyx2lyx/lyx_2_3.py
lib/lyx2lyx/parser_tools.py