fix: no longer load user macros through client
CI / lint (pull_request) Successful in 40s
CI / test (3.11) (pull_request) Successful in 51s
CI / test (3.13) (pull_request) Successful in 56s
CI / test (3.12) (pull_request) Successful in 58s
CI / test-with-beamline-plugins (pxii_bec) (pull_request) Successful in 1m4s
CI / test-with-beamline-plugins (pxi_bec) (pull_request) Successful in 1m11s
CI / test-with-coverage (pull_request) Successful in 1m13s
CI / test-with-beamline-plugins (pxiii_bec) (pull_request) Successful in 1m17s
CI / coverage-analysis (pull_request) Successful in 4s
CI / lint (push) Successful in 36s
CI / test (3.11) (push) Canceled after 38s
CI / test (3.12) (push) Canceled after 35s
CI / test (3.13) (push) Canceled after 34s
CI / test-with-beamline-plugins (pxi_bec) (push) Canceled after 30s
CI / test-with-beamline-plugins (pxii_bec) (push) Canceled after 29s
CI / test-with-beamline-plugins (pxiii_bec) (push) Canceled after 25s
CI / test-with-coverage (push) Canceled after 24s
CI / coverage-analysis (push) Canceled after 0s
Build and Publish / release (push) Successful in 23s

- they have been moved to the dynamic beamline dispatch module, where
  they are concretely loaded from each beamline repo instead
This commit was merged in pull request #124.
This commit is contained in:
2026-08-04 10:48:57 +02:00
parent e9604b6c55
commit bf503e416f
-2
View File
@@ -84,8 +84,6 @@ class BECClientWorker:
print(self.dev.keys())
self.scans = self.client.scans
self.macros = self.dispatch.bec_macros
self.client.macros._load_user_macros()
print(self._list_all_macros())
self.helper = FrontendProcedureHelper(self.client.connector)
self._set_scilog_tags()
try: