mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-04 07:40:10 +01:00
the space has been introduced at some point, make it optional
This commit is contained in:
parent
1b2e237816
commit
0e8715b5a1
|
|
@ -246,7 +246,7 @@ class FeatureDetector(object):
|
|||
def _has_soapy_driver(self, driver):
|
||||
try:
|
||||
process = subprocess.Popen(["SoapySDRUtil", "--info"], stdout=subprocess.PIPE, stderr=subprocess.DEVNULL)
|
||||
factory_regex = re.compile("^Available factories\\.\\.\\. (.*)$")
|
||||
factory_regex = re.compile("^Available factories\\.\\.\\. ?(.*)$")
|
||||
|
||||
drivers = []
|
||||
for line in process.stdout:
|
||||
|
|
|
|||
Loading…
Reference in a new issue