aboutsummaryrefslogtreecommitdiffstats
path: root/python/dpd
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-12-22 13:32:34 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-12-22 13:32:34 +0100
commitb72f76d4154bb4c8bc356b624627e9d6bc4f7328 (patch)
treebc52c0f473b7d705f8fca280ea7f33538cd84be9 /python/dpd
parentaa3abebd804129f2eff361a1b4f21d0c04c61cfd (diff)
downloaddabmod-b72f76d4154bb4c8bc356b624627e9d6bc4f7328.tar.gz
dabmod-b72f76d4154bb4c8bc356b624627e9d6bc4f7328.tar.bz2
dabmod-b72f76d4154bb4c8bc356b624627e9d6bc4f7328.zip
GUI: fix path for adapt step
Diffstat (limited to 'python/dpd')
-rw-r--r--python/dpd/Adapt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/dpd/Adapt.py b/python/dpd/Adapt.py
index 840aee9..8108375 100644
--- a/python/dpd/Adapt.py
+++ b/python/dpd/Adapt.py
@@ -232,7 +232,7 @@ class Adapt:
_write_lut_file(scalefactor, lut, self.coef_path)
else:
raise ValueError("Unknown predistorter '{}'".format(dpddata[0]))
- self.send_receive("set memlesspoly coeffile {}".format(self.coef_path))
+ return self.send_receive("set memlesspoly coeffile {}".format(self.coef_path))
def dump(self, path=None):
"""Backup current settings to a file"""