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 New Issue
Block a user