pymodaq 5.0.5__py3-none-any.whl → 5.0.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pymodaq might be problematic. Click here for more details.
- pymodaq/dashboard.py +8 -2
- {pymodaq-5.0.5.dist-info → pymodaq-5.0.6.dist-info}/METADATA +2 -2
- {pymodaq-5.0.5.dist-info → pymodaq-5.0.6.dist-info}/RECORD +6 -6
- {pymodaq-5.0.5.dist-info → pymodaq-5.0.6.dist-info}/WHEEL +0 -0
- {pymodaq-5.0.5.dist-info → pymodaq-5.0.6.dist-info}/entry_points.txt +0 -0
- {pymodaq-5.0.5.dist-info → pymodaq-5.0.6.dist-info}/licenses/LICENSE +0 -0
pymodaq/dashboard.py
CHANGED
|
@@ -775,9 +775,15 @@ class DashBoard(CustomApp):
|
|
|
775
775
|
if hasattr(self.extensions[ext], 'quit_fun'):
|
|
776
776
|
self.extensions[ext].quit_fun()
|
|
777
777
|
for mov in self.actuators_modules:
|
|
778
|
-
|
|
778
|
+
try:
|
|
779
|
+
mov.init_signal.disconnect(self.update_init_tree)
|
|
780
|
+
except TypeError:
|
|
781
|
+
pass
|
|
779
782
|
for det in self.detector_modules:
|
|
780
|
-
|
|
783
|
+
try:
|
|
784
|
+
det.init_signal.disconnect(self.update_init_tree)
|
|
785
|
+
except TypeError:
|
|
786
|
+
pass
|
|
781
787
|
|
|
782
788
|
for module in self.actuators_modules:
|
|
783
789
|
try:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymodaq
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.6
|
|
4
4
|
Summary: Modular Data Acquisition with Python
|
|
5
5
|
Project-URL: Homepage, http://pymodaq.cnrs.fr
|
|
6
6
|
Project-URL: Source, https://github.com/PyMoDAQ/PyMoDAQ
|
|
@@ -54,7 +54,7 @@ Requires-Dist: pymodaq-data>=5.0.18
|
|
|
54
54
|
Requires-Dist: pymodaq-gui>=5.0.17
|
|
55
55
|
Requires-Dist: pymodaq-plugin-manager>=0.0.17
|
|
56
56
|
Requires-Dist: pymodaq-plugins-mock>=5.0.5
|
|
57
|
-
Requires-Dist: pymodaq-utils
|
|
57
|
+
Requires-Dist: pymodaq-utils<1.0.0,>=0.0.14
|
|
58
58
|
Requires-Dist: pyqtgraph>=0.12
|
|
59
59
|
Requires-Dist: python-dateutil
|
|
60
60
|
Requires-Dist: qtconsole
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
pymodaq/__init__.py,sha256=VtSBaXkrFtgRchmQN2dIet1X88h9r9M6C8OCD9WZPy0,3250
|
|
2
|
-
pymodaq/dashboard.py,sha256=
|
|
2
|
+
pymodaq/dashboard.py,sha256=gbDGP34Wa0_7pO5I_nGlXqV4ahlDIsB8CaxhNVUdT_s,76688
|
|
3
3
|
pymodaq/icon.ico,sha256=hOHHfNDENKphQvG1WDleSEYcHukneR2eRFJu8isIlD4,74359
|
|
4
4
|
pymodaq/splash.png,sha256=ow8IECF3tPRUMA4tf2tMu1aRiMaxx91_Y2ckVxkrmF0,53114
|
|
5
5
|
pymodaq/updater.py,sha256=JMCVRgAXwmlrKxZv3837E-LRhF0F8V-td_wODwCoXaY,3821
|
|
@@ -115,8 +115,8 @@ pymodaq/utils/tcp_ip/__init__.py,sha256=1e_EK0AgvdoLAD_CSGGEaITZdy6OWCO7ih9IAIp7
|
|
|
115
115
|
pymodaq/utils/tcp_ip/mysocket.py,sha256=03FaQskso8nLLAsN-ijX-RazXbeMezRnAPvsRxTQa4k,326
|
|
116
116
|
pymodaq/utils/tcp_ip/serializer.py,sha256=Bp6ZpGqMdZlX4CnT371d7ZYqIp7UygsRsE9XFkWZrto,400
|
|
117
117
|
pymodaq/utils/tcp_ip/tcp_server_client.py,sha256=eL-Q1HnnaAG8wfTUb9unEIiNFApMXzfzfveUWoC0_mg,30657
|
|
118
|
-
pymodaq-5.0.
|
|
119
|
-
pymodaq-5.0.
|
|
120
|
-
pymodaq-5.0.
|
|
121
|
-
pymodaq-5.0.
|
|
122
|
-
pymodaq-5.0.
|
|
118
|
+
pymodaq-5.0.6.dist-info/METADATA,sha256=FgwT-ZlwySvNI6E94Z2V1MFqFapecfwwbi7mHy0dVYI,12885
|
|
119
|
+
pymodaq-5.0.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
120
|
+
pymodaq-5.0.6.dist-info/entry_points.txt,sha256=DvPq6fmIPH2JNsCqHDhn1xEj1kX5tfuc7xQ8-l5S2EU,387
|
|
121
|
+
pymodaq-5.0.6.dist-info/licenses/LICENSE,sha256=VKOejxexXAe3XwfhAhcFGqeXQ12irxVHdeAojZwFEI8,1108
|
|
122
|
+
pymodaq-5.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|