diff -r c3c3d1318130 -r 69dfdb26f600 dialogs/FBDBlockDialog.py --- a/dialogs/FBDBlockDialog.py Tue Aug 15 17:01:51 2017 +0300 +++ b/dialogs/FBDBlockDialog.py Tue Aug 15 22:38:43 2017 +0300 @@ -344,10 +344,10 @@ (self.BlockName.GetValue() if self.BlockName.IsEnabled() else ""), - extension = self.Inputs.GetValue(), - inputs = values["inputs"], - executionControl = self.ExecutionControl.GetValue(), - executionOrder = self.ExecutionOrder.GetValue()) + extension=self.Inputs.GetValue(), + inputs=values["inputs"], + executionControl=self.ExecutionControl.GetValue(), + executionOrder=self.ExecutionOrder.GetValue()) # Reset graphic element displayed else: