diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-22 13:32:34 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-22 13:32:34 +0100 |
commit | b72f76d4154bb4c8bc356b624627e9d6bc4f7328 (patch) | |
tree | bc52c0f473b7d705f8fca280ea7f33538cd84be9 /python/dpd/Adapt.py | |
parent | aa3abebd804129f2eff361a1b4f21d0c04c61cfd (diff) | |
download | dabmod-b72f76d4154bb4c8bc356b624627e9d6bc4f7328.tar.gz dabmod-b72f76d4154bb4c8bc356b624627e9d6bc4f7328.tar.bz2 dabmod-b72f76d4154bb4c8bc356b624627e9d6bc4f7328.zip |
GUI: fix path for adapt step
Diffstat (limited to 'python/dpd/Adapt.py')
-rw-r--r-- | python/dpd/Adapt.py | 2 |
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""" |