fix bug
This commit is contained in:
parent
f5a5ad6328
commit
2cad289b32
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class TexFileToFormat:
|
||||||
elif self.last_build_info and self.last_build_info['dirty']:
|
elif self.last_build_info and self.last_build_info['dirty']:
|
||||||
return self.__format() # Build file since we do not know in what state it is
|
return self.__format() # Build file since we do not know in what state it is
|
||||||
else:
|
else:
|
||||||
return [self.last_build_info]
|
return self.last_build_info_all
|
||||||
|
|
||||||
def __format_header(self):
|
def __format_header(self):
|
||||||
new_header = []
|
new_header = []
|
||||||
|
|
Loading…
Reference in a new issue