style: reformat
CI / lint (push) Skipped
CI / test (3.12) (push) Skipped
CI / test (3.13) (push) Skipped
CI / test-with-beamline-plugins (pxi_bec) (push) Skipped
CI / test-with-beamline-plugins (pxii_bec) (push) Skipped
CI / test-with-beamline-plugins (pxiii_bec) (push) Skipped
CI / lint (pull_request) Failing after 28s
CI / test (3.12) (pull_request) Successful in 1m3s
CI / test (3.14) (pull_request) Successful in 1m7s
CI / test (3.13) (pull_request) Successful in 1m10s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 1m11s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m16s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m20s
CI / test-with-coverage (pull_request) Successful in 1m36s
CI / coverage-analysis (pull_request) Failing after 4s

This commit is contained in:
David Perl
2026-08-27 12:53:35 +02:00
parent 588419c057
commit 2cec7d0d1e
2 changed files with 5 additions and 6 deletions
@@ -68,7 +68,6 @@ class RotationService:
)
time.sleep(smargon_time_step)
self.ctx.deps.devs.aerotech.wait_till_done(timeout=int(round(total_time + 60, 0)))
self.ctx.deps.devs.aerotech_omega = omega_start
+5 -5
View File
@@ -286,11 +286,11 @@ class JFJochWrapper:
logger.debug(status)
if status.message_severity == "error":
raise self._jfjoch_error(
f"JFJoch status message has error severity after waiting for arm: {status.message}",
error=RuntimeError(status.message),
operation="POST",
endpoint="wait_until_running_post",
)
f"JFJoch status message has error severity after waiting for arm: {status.message}",
error=RuntimeError(status.message),
operation="POST",
endpoint="wait_until_running_post",
)
return True
except Exception as e:
raise self._jfjoch_error(