Is your feature request related to a problem? Please describe.
After bihealth/varfish-cli#61 we will have to adjust the call to varfish-cli as we cannot call main() directly any more.
Describe the solution you'd like
Switch this to a subprocess.Popen() call.
Is your feature request related to a problem? Please describe. After bihealth/varfish-cli#61 we will have to adjust the call to
varfish-cli
as we cannot callmain()
directly any more.Describe the solution you'd like Switch this to a
subprocess.Popen()
call.Describe alternatives you've considered N/A
Additional context N/A