[ALL] add more logs for generating doc
All checks were successful
/ test (push) Successful in 25s

This commit is contained in:
Michaël Ricart 2025-03-09 14:21:38 +01:00
parent d6c268dc0e
commit 7c4729cf2a

View file

@ -48,6 +48,7 @@ def main():
"os":{"NAME":"FreeboxOS","VERSION":"None"},
}
infos["extend_exists"] = False
print("Generating final rst")
output = template.render(**infos)
with open("../source/devices/{host}.rst".format(host=infos["hostname"].replace("\n","")), "w") as f:
f.write(output)