Not killing satdump, will quit on its own.
This commit is contained in:
parent
51aa78c478
commit
4eba6d87e5
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue