tweak output # detection

This commit is contained in:
piotr
2023-01-07 23:58:05 +01:00
parent 62dcf6983e
commit ec1d0b1cc3

View File

@@ -258,7 +258,6 @@ def num_active_outputs(tree):
for item in tree:
if item.type == "output" and not item.name.startswith("__"):
a += 1
print("num_active_outputs", a)
return a