mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Style.
This commit is contained in:
parent
d9348b8389
commit
92fae708ae
@ -317,7 +317,7 @@ class LyX_base:
|
||||
line = trim_eol_binary(line)
|
||||
decoded = line.decode('latin1')
|
||||
if check_token(decoded, '\\begin_preamble'):
|
||||
while 1:
|
||||
while True:
|
||||
line = self.input.readline()
|
||||
if not line:
|
||||
# eof found before end of header
|
||||
|
Loading…
Reference in New Issue
Block a user