From 2cad289b3281c5d61bedc7b97d7a626b483001b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 13 Jan 2022 21:02:47 +0100 Subject: [PATCH] fix bug --- build/utils/pytex_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []