mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
parent
efa0bfed9f
commit
1a89f89337
@ -227,7 +227,6 @@ def convert_TeX_brace_to_Argument(document, line, n, nmax, inset, environment, o
|
|||||||
# in a single location: Skip all those arguments, then process the ones
|
# in a single location: Skip all those arguments, then process the ones
|
||||||
# we want.
|
# we want.
|
||||||
end_ERT = find_end_of_inset(document.body, lineERT)
|
end_ERT = find_end_of_inset(document.body, lineERT)
|
||||||
document.warning(str(end_ERT))
|
|
||||||
if end_ERT == -1:
|
if end_ERT == -1:
|
||||||
document.warning("Can't find end of ERT!!")
|
document.warning("Can't find end of ERT!!")
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user