diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-15 18:26:00 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-15 18:26:00 -0400 |
commit | 7084ce4538dcd9977ba6df0c48b7022270cee538 (patch) | |
tree | c03e719467d16176935dcd246c7912c1f2bfec87 /eitControl.py | |
parent | 82f11d25baa24ec6efc84e3e36ae155d3eeda122 (diff) | |
download | pyExpControl-7084ce4538dcd9977ba6df0c48b7022270cee538.tar.gz pyExpControl-7084ce4538dcd9977ba6df0c48b7022270cee538.zip |
moved gui to the end of __init__
Diffstat (limited to 'eitControl.py')
-rw-r--r-- | eitControl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eitControl.py b/eitControl.py index 8bd9a61..d1a967b 100644 --- a/eitControl.py +++ b/eitControl.py @@ -57,6 +57,7 @@ class Experiment: self.hardwareSetup(args) # now we ready to do gui + self.guiSetup(root) self.guiSweeper.cmdStart() |