Revert "IDE: fix exception when adding Action"
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Mon, 16 Oct 2023 23:35:47 +0200
changeset 3867 a070a9681961
parent 3866 eb107a25556b
child 3868 e9807c28a788
Revert "IDE: fix exception when adding Action"

This reverts commit 94e42cda0a8e093aac4830b5c40656c240ec8cf9.
plcopen/BlockInstanceCollector.py
--- 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
         self.CurrentLink = None