iqm-station-control-client 3.5__py3-none-any.whl → 3.7__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.
- iqm/station_control/client/station_control.py +1 -1
- {iqm_station_control_client-3.5.dist-info → iqm_station_control_client-3.7.dist-info}/METADATA +1 -1
- {iqm_station_control_client-3.5.dist-info → iqm_station_control_client-3.7.dist-info}/RECORD +6 -6
- {iqm_station_control_client-3.5.dist-info → iqm_station_control_client-3.7.dist-info}/LICENSE.txt +0 -0
- {iqm_station_control_client-3.5.dist-info → iqm_station_control_client-3.7.dist-info}/WHEEL +0 -0
- {iqm_station_control_client-3.5.dist-info → iqm_station_control_client-3.7.dist-info}/top_level.txt +0 -0
|
@@ -655,7 +655,7 @@ class StationControlClient:
|
|
|
655
655
|
def _poll_task(self, task_id: str) -> dict:
|
|
656
656
|
task = self._send_request(requests.get, f"tasks/{task_id}").json()
|
|
657
657
|
if task["task_status"] == "FAILURE":
|
|
658
|
-
raise InternalServerError(task)
|
|
658
|
+
raise InternalServerError(f"Task: {task.get('task_id')}\n{task.get('task_error')}")
|
|
659
659
|
return task
|
|
660
660
|
|
|
661
661
|
def _send_request(
|
{iqm_station_control_client-3.5.dist-info → iqm_station_control_client-3.7.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
iqm/station_control/client/__init__.py,sha256=BmBIBdZa10r-IWCFzZ1-0DG6GQKPIXqGXltfXop4ZeQ,942
|
|
2
2
|
iqm/station_control/client/list_models.py,sha256=SjD0DbCrM9z1SSuGoQS83lyJmDLuMOatpJUoW8itW9s,2335
|
|
3
|
-
iqm/station_control/client/station_control.py,sha256=
|
|
3
|
+
iqm/station_control/client/station_control.py,sha256=HN7zI20F3KHqKYiQQ9_oBrzAmgD93-heXjkjrENx3CQ,33872
|
|
4
4
|
iqm/station_control/client/utils.py,sha256=3VVLCXt6rcKNQc4HerlMxpxkRfTFMYCwOQHF2DS1OG8,1143
|
|
5
5
|
iqm/station_control/client/serializers/__init__.py,sha256=8os3EGOtNTRFaviZdGwDyMt9GUpM3ZP7icPKAxOg1qg,1438
|
|
6
6
|
iqm/station_control/client/serializers/channel_property_serializer.py,sha256=ChlX8B-blM5hjv3pUExHOd-vE3O_myPwILu36KZYYNU,7121
|
|
@@ -22,8 +22,8 @@ iqm/station_control/interface/models/run.py,sha256=m-iE3QMPQUOF7bsw8JCAM1Bd6bDVh
|
|
|
22
22
|
iqm/station_control/interface/models/sequence.py,sha256=uOqMwF1x-vW6UHs2WnPD3PsuSgV3a8OTAsgn_4UENLw,2723
|
|
23
23
|
iqm/station_control/interface/models/sweep.py,sha256=6SQ4Ty4_Rm1KTeR7YfrLmwyD-AnNE495LMxYu8dM4Ko,2947
|
|
24
24
|
iqm/station_control/interface/models/type_aliases.py,sha256=3LB9viZVi8osavY5kKF8TH1crayG7-MLjgBqXDCqL2s,1018
|
|
25
|
-
iqm_station_control_client-3.
|
|
26
|
-
iqm_station_control_client-3.
|
|
27
|
-
iqm_station_control_client-3.
|
|
28
|
-
iqm_station_control_client-3.
|
|
29
|
-
iqm_station_control_client-3.
|
|
25
|
+
iqm_station_control_client-3.7.dist-info/LICENSE.txt,sha256=R6Q7eUrLyoCQgWYorQ8WJmVmWKYU3dxA3jYUp0wwQAw,11332
|
|
26
|
+
iqm_station_control_client-3.7.dist-info/METADATA,sha256=NCKuYhR0AtFO3e8yLyxiUB3S6sHqOOQLldf9ocXSxJ4,13971
|
|
27
|
+
iqm_station_control_client-3.7.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
28
|
+
iqm_station_control_client-3.7.dist-info/top_level.txt,sha256=NB4XRfyDS6_wG9gMsyX-9LTU7kWnTQxNvkbzIxGv3-c,4
|
|
29
|
+
iqm_station_control_client-3.7.dist-info/RECORD,,
|
{iqm_station_control_client-3.5.dist-info → iqm_station_control_client-3.7.dist-info}/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|
{iqm_station_control_client-3.5.dist-info → iqm_station_control_client-3.7.dist-info}/top_level.txt
RENAMED
|
File without changes
|