# HG changeset patch # User Edouard Tisserant # Date 1697123024 -7200 # Node ID eb107a25556b466f13601de84c2ab06c94dbc759 # Parent c1754cd1c29854d9cacc3542d49c6313ac6f7e94 IDE: fix exception when adding Action diff -r c1754cd1c298 -r eb107a25556b 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