mxcubecore 1.407.0__py3-none-any.whl → 1.409.0__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 mxcubecore might be problematic. Click here for more details.
- mxcubecore/Command/Epics.py +1 -3
- mxcubecore/saferef.py +1 -1
- mxcubecore/utils/qt_import.py +1 -0
- {mxcubecore-1.407.0.dist-info → mxcubecore-1.409.0.dist-info}/METADATA +1 -1
- {mxcubecore-1.407.0.dist-info → mxcubecore-1.409.0.dist-info}/RECORD +8 -8
- {mxcubecore-1.407.0.dist-info → mxcubecore-1.409.0.dist-info}/COPYING +0 -0
- {mxcubecore-1.407.0.dist-info → mxcubecore-1.409.0.dist-info}/COPYING.LESSER +0 -0
- {mxcubecore-1.407.0.dist-info → mxcubecore-1.409.0.dist-info}/WHEEL +0 -0
mxcubecore/Command/Epics.py
CHANGED
|
@@ -75,9 +75,7 @@ class EpicsCommand(CommandObject):
|
|
|
75
75
|
time.sleep(0.1)
|
|
76
76
|
self.pv_connected = self.pv.connect(timeout=0.1)
|
|
77
77
|
|
|
78
|
-
if self.pv_connected:
|
|
79
|
-
self.value_changed(self.pv.get(as_string=self.read_as_str, timeout=0.1))
|
|
80
|
-
else:
|
|
78
|
+
if not self.pv_connected:
|
|
81
79
|
logging.getLogger("HWR").error(
|
|
82
80
|
"EpicsCommand: Error connecting to pv %s.", self.pv_name
|
|
83
81
|
)
|
mxcubecore/saferef.py
CHANGED
|
@@ -99,7 +99,7 @@ class BoundMethodWeakref(object):
|
|
|
99
99
|
reconstructable via the following, which is true of built-in
|
|
100
100
|
instance methods::
|
|
101
101
|
|
|
102
|
-
target.im_func.__get__(
|
|
102
|
+
target.im_func.__get__(target.im_self)
|
|
103
103
|
|
|
104
104
|
- ``on_delete``: Optional callback which will be called when
|
|
105
105
|
this weak reference ceases to be valid (i.e. either the
|
mxcubecore/utils/qt_import.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
mxcubecore/BaseHardwareObjects.py,sha256=Rzt34pY2_adftj2hTFSfhZyHjnR-FROH_a2CKqDRQTE,41302
|
|
2
|
-
mxcubecore/Command/Epics.py,sha256=
|
|
2
|
+
mxcubecore/Command/Epics.py,sha256=oKzFCpHFVUHe9kLPkQ3vig7V3zYSPRFmvQT2B8Kiktg,7720
|
|
3
3
|
mxcubecore/Command/Exporter.py,sha256=HL6hncI_EUjjVX7frOsmxGa2Gyc-3PwUPXLUBJk4B20,8076
|
|
4
4
|
mxcubecore/Command/Mockup.py,sha256=OrGAJC0JjTTjGSMZl7NiWJmVUQeEThMYdSQzuBD-bEc,1949
|
|
5
5
|
mxcubecore/Command/Pool.py,sha256=ZS8sRafNSAo2Da_F-m-NOpJ1kmHi_l2SidZsdCxa7fY,9274
|
|
@@ -446,14 +446,14 @@ mxcubecore/queue_entry/test_collection.py,sha256=KidatI31KJ11FGrBNxG9SOvDEdLYaoC
|
|
|
446
446
|
mxcubecore/queue_entry/xray_centering.py,sha256=bicHc3ShlSakQ7xIdCw8rqrwec6PMt7JDqN6k38tMuE,4150
|
|
447
447
|
mxcubecore/queue_entry/xray_centering2.py,sha256=ZAwpmb39LGTNeBeZegzNcl-_x0yXWciqNxn4DiC-gms,2976
|
|
448
448
|
mxcubecore/queue_entry/xrf_spectrum.py,sha256=bZc9Ju-BW34pNSL9RN00bvT8ZVcdG9744N2M36Rvkps,5298
|
|
449
|
-
mxcubecore/saferef.py,sha256=
|
|
449
|
+
mxcubecore/saferef.py,sha256=6VfVCuauqzF3JtV4ziawQf9nqEP5N_TqraVosi68v5k,6982
|
|
450
450
|
mxcubecore/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
451
451
|
mxcubecore/utils/conversion.py,sha256=G1bk2Mi2ZwGbZa5pEeiFaKWxhSVXVGqu1L9_SioyUOk,4513
|
|
452
|
-
mxcubecore/utils/qt_import.py,sha256=
|
|
452
|
+
mxcubecore/utils/qt_import.py,sha256=yL6hLqk2qF-6SVjlVKTg2HTAa9vawPwmPybRPu39Iks,14720
|
|
453
453
|
mxcubecore/utils/tango.py,sha256=vwEVrIrWKEFaeaJUz3xbaC7XWHY8ZeJ-pfcSrTfZPIE,2114
|
|
454
454
|
mxcubecore/utils/units.py,sha256=Gh7ovTUN00XBMUoyDG5W7akCx1pROL-M6pK2z1ouemg,1361
|
|
455
|
-
mxcubecore-1.
|
|
456
|
-
mxcubecore-1.
|
|
457
|
-
mxcubecore-1.
|
|
458
|
-
mxcubecore-1.
|
|
459
|
-
mxcubecore-1.
|
|
455
|
+
mxcubecore-1.409.0.dist-info/COPYING,sha256=u-Mc8zCecwyo4YoP8UulmzCiZZ_MmCLROd_NBtOcRj0,35148
|
|
456
|
+
mxcubecore-1.409.0.dist-info/COPYING.LESSER,sha256=46mU2C5kSwOnkqkw9XQAJlhBL2JAf1_uCD8lVcXyMRg,7652
|
|
457
|
+
mxcubecore-1.409.0.dist-info/METADATA,sha256=_U-Cva27M0nWPyEXZd39aVKr-Ifn-VvjklPj4aMWOP0,4259
|
|
458
|
+
mxcubecore-1.409.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
459
|
+
mxcubecore-1.409.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|