[ALL] fix missing extension for d2 diagrams
All checks were successful
/ test (push) Successful in 15s
All checks were successful
/ test (push) Successful in 15s
This commit is contained in:
parent
12d76a3116
commit
2438853218
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ def parse_debian(content):
|
||||||
if current_section:
|
if current_section:
|
||||||
result[current_section] += line + "\n"
|
result[current_section] += line + "\n"
|
||||||
for section in result:
|
for section in result:
|
||||||
|
print(" parsing {}...".format(section))
|
||||||
if section in ["resolvconf","services","routes", "docker"]:
|
if section in ["resolvconf","services","routes", "docker"]:
|
||||||
result[section] = loads(result[section])
|
result[section] = loads(result[section])
|
||||||
result["ip"] = parse_ip(result["ip"])
|
result["ip"] = parse_ip(result["ip"])
|
||||||
|
|
Loading…
Add table
Reference in a new issue