use lists for all command stuff

This commit is contained in:
Jakob Ketterl
2019-12-28 16:44:45 +01:00
parent 489d2390c8
commit 86ceb7a274
5 changed files with 8 additions and 12 deletions

View File

@ -22,4 +22,4 @@ class HackrfSource(DirectSource):
]
def getFormatConversion(self):
return "csdr convert_s8_f"
return ["csdr convert_s8_f"]