diff options
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""" |