diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2022-01-03 23:09:48 -0500 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2022-01-03 23:09:48 -0500 |
commit | b96a56ef5ddfb2c37ad6f3eb81c7137e22e98a88 (patch) | |
tree | f1c391bdb0fabca33e098731d09d2d3c06447db5 /qolab/tsdb | |
parent | d24753d96d8f3de6c5262baf18c60e8fde7577a8 (diff) | |
download | qolab-b96a56ef5ddfb2c37ad6f3eb81c7137e22e98a88.tar.gz qolab-b96a56ef5ddfb2c37ad6f3eb81c7137e22e98a88.zip |
using set
Diffstat (limited to 'qolab/tsdb')
-rw-r--r-- | qolab/tsdb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qolab/tsdb/__init__.py b/qolab/tsdb/__init__.py index ff73832..48312e9 100644 --- a/qolab/tsdb/__init__.py +++ b/qolab/tsdb/__init__.py @@ -81,7 +81,7 @@ if __name__ == '__main__': self.config['Device model'] = 'v01' self.config['FnamePrefix'] = 'test_log' self.config['SavePath'] = './data' - self.deviceProperties = ['D']; + self.deviceProperties = {'D'}; self.d = 13.45 |