This commit is contained in:
Maximilian Keßler 2022-01-13 21:02:47 +01:00
parent f5a5ad6328
commit 2cad289b32

View File

@ -67,7 +67,7 @@ class TexFileToFormat:
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
else:
return [self.last_build_info]
return self.last_build_info_all
def __format_header(self):
new_header = []