Skip to content

Commit

Permalink
FIX: What
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Nov 26, 2024
1 parent 3a89be5 commit 1c88d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/sphinxext/contrib_avatars.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def generate_contrib_avatars(app, config):
body = driver.find_element(by=By.TAG_NAME, value="body").get_property(
"innerHTML"
)
assert isinstance(body, str), type(body)
driver.quit()
with open(outfile, "w") as fid:
fid.write(body)
Expand Down

0 comments on commit 1c88d65

Please sign in to comment.