Not killing satdump, will quit on its own.

This commit is contained in:
Marat Fayzullin 2024-03-13 22:18:04 -04:00
parent 51aa78c478
commit 4eba6d87e5
1 changed files with 1 additions and 1 deletions

View File

@ -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)