--- a/plcopen/BlockInstanceCollector.py Thu Oct 12 17:03:44 2023 +0200
+++ b/plcopen/BlockInstanceCollector.py Mon Oct 16 23:35:47 2023 +0200
@@ -100,7 +100,7 @@
def __init__(self, block_instances):
self.BlockInstances = block_instances
self.CurrentInstance = None
- self.SpecificValues = []
+ self.SpecificValues = None self.CurrentConnection = None