Syntax correction.

这个提交包含在:
Craig Warren
2019-12-11 14:01:50 +00:00
父节点 39083ad852
当前提交 a00c3d783b

查看文件

@@ -82,7 +82,7 @@ def calculate_antenna_params(filename, tltxnumber=1, tlrxnumber=None, rxnumber=N
availableoutputs = list(f[rxpath].keys())
if rxcomponent not in availableoutputs:
raise CmdInputError(f'{rxcomponent} output requested, but the available output for receiver {rxnumber} is {', '.join(availableoutputs)}')
raise CmdInputError(f"{rxcomponent} output requested, but the available output for receiver {rxnumber} is {', '.join(availableoutputs)}")
rxpath += rxcomponent