diff --git a/csdr/module/toolbox.py b/csdr/module/toolbox.py index 0ccf9a8e..2cd85b6d 100644 --- a/csdr/module/toolbox.py +++ b/csdr/module/toolbox.py @@ -199,4 +199,4 @@ class SatDumpModule(ExecModule): cmd.append("--" + key) cmd.append(str(options[key])) # Create parent object - super().__init__(Format.COMPLEX_FLOAT, Format.CHAR, cmd) + super().__init__(Format.COMPLEX_FLOAT, Format.CHAR, cmd, doNotKill=True)