IDE: fix exception when adding Action
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Thu, 12 Oct 2023 17:03:44 +0200
changeset 3866 eb107a25556b
parent 3865 c1754cd1c298
child 3867 a070a9681961
IDE: fix exception when adding Action
plcopen/BlockInstanceCollector.py
--- a/plcopen/BlockInstanceCollector.py	Mon Oct 09 21:27:17 2023 +0200
+++ b/plcopen/BlockInstanceCollector.py	Thu Oct 12 17:03:44 2023 +0200
@@ -100,7 +100,7 @@
     def __init__(self, block_instances):
         self.BlockInstances = block_instances
         self.CurrentInstance = None
-        self.SpecificValues = None
+        self.SpecificValues = []
         self.CurrentConnection = None
         self.CurrentLink = None