diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-19 18:14:16 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-19 18:14:16 +0100 |
| commit | b17a01e785d2759bb13750f9b2f3823cf1b81ed0 (patch) | |
| tree | d682155fac557b6a305d63d511cefa624fe2b03f /inversion/live.py | |
| parent | 85881436bc728b5c61f5bfac558830651015d44f (diff) | |
in opts
Diffstat (limited to 'inversion/live.py')
| -rw-r--r-- | inversion/live.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inversion/live.py b/inversion/live.py index 8a8e912..afeeccb 100644 --- a/inversion/live.py +++ b/inversion/live.py @@ -160,7 +160,7 @@ class Interpolator: return opt def set_value(self, key, value): - if key in opts: + if key in self.opts: self.opts[key].assign(value) else: sys.stderr.write('{} not a valid option\n'.format(key)) |
