fix: add more debug logging to aarescan commands
CI / lint (pull_request) Successful in 38s
CI / test (3.14) (pull_request) Successful in 59s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m13s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m12s
CI / test (3.12) (pull_request) Successful in 1m30s
CI / test (3.13) (pull_request) Successful in 1m31s
CI / test-with-coverage (pull_request) Successful in 3m49s
CI / coverage-analysis (pull_request) Successful in 4s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 18m19s
Docs build and publish / docker (push) Successful in 3s
CI / test (3.13) (push) Canceled after 26s
CI / lint (push) Canceled after 31s
CI / test (3.12) (push) Canceled after 30s
CI / test (3.14) (push) Canceled after 25s
CI / test-with-beamline-plugins (pxi_bec) (push) Canceled after 21s
CI / test-with-beamline-plugins (pxii_bec) (push) Canceled after 20s
CI / test-with-beamline-plugins (pxiii_bec) (push) Canceled after 16s
CI / test-with-coverage (push) Canceled after 15s
CI / coverage-analysis (push) Canceled after 0s
Build and Publish / release (push) Successful in 12s

This commit was merged in pull request #194.
This commit is contained in:
David Perl
2026-09-04 11:57:41 +02:00
parent 23a9f2500f
commit da73c15f9a
+2
View File
@@ -190,6 +190,7 @@ class AerotechController:
start_pos_deg=start_pos_deg,
run_async=run_async,
)
logger.debug(f"Payload sent to AareScan for rotation: {payload}")
if self._simulated:
return payload
@@ -220,6 +221,7 @@ class AerotechController:
time_sec=time_sec,
run_async=run_async,
)
logger.debug(f"Payload sent to AareScan for grid_scan: {payload}")
if self._simulated:
return payload
try: