From b72f76d4154bb4c8bc356b624627e9d6bc4f7328 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 22 Dec 2018 13:32:34 +0100 Subject: GUI: fix path for adapt step --- python/dpd/Adapt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/dpd') 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""" -- cgit v1.2.3