diff --git a/parsers/base.py b/parsers/base.py index 55f6798..b1387b2 100644 --- a/parsers/base.py +++ b/parsers/base.py @@ -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)