We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6499bd commit 28f0e22Copy full SHA for 28f0e22
src/murfey/client/multigrid_control.py
@@ -150,7 +150,8 @@ def _start_rsyncer_multigrid(
150
tag: str = "",
151
limited: bool = False,
152
):
153
- log.info(f"starting multigrid rsyncer: {source}")
+ log.info(f"Starting multigrid rsyncer: {source}")
154
+ log.debug(f"Analysis of {source} is {('enabled' if analyse else 'disabled')}")
155
destination_overrides = destination_overrides or {}
156
machine_data = requests.get(
157
f"{self._environment.url.geturl()}/instruments/{self.instrument_name}/machine"
0 commit comments