diff --git a/build/utils/pytex_file.py b/build/utils/pytex_file.py index ab9c9b9..0010381 100644 --- a/build/utils/pytex_file.py +++ b/build/utils/pytex_file.py @@ -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 = []