Skip to content

Commit 33c5272

Browse files
AA-Turnerhugovk
andauthored
Update build_docs.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent b87d94f commit 33c5272

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_docs.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -949,9 +949,9 @@ def save_state(self, build_start: dt, build_duration: float):
949949
states[key] = state
950950
state_file.write_text(tomlkit.dumps(states), encoding="UTF-8")
951951

952-
tbl = tomlkit.inline_table()
953-
tbl |= state
954-
logging.info("Saved new rebuild state for %s: %s", key, tbl.as_string())
952+
table = tomlkit.inline_table()
953+
table |= state
954+
logging.info("Saved new rebuild state for %s: %s", key, table.as_string())
955955

956956

957957
def symlink(

0 commit comments

Comments
 (0)