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 9d6679a commit 423460dCopy full SHA for 423460d
src/murfey/util/config.py
@@ -215,8 +215,8 @@ class MachineConfig(BaseModel):
215
upstream_data_download_directory: Optional[Path] = Field(
216
default=None,
217
description=(
218
- "Name of the folder on the instrument machine to transfer files of the same "
219
- "visit from other instruments to."
+ "Path to the folder on this instrument machine to transfer files from other "
+ "machines to."
220
),
221
)
222
upstream_data_tiff_locations: list[str] = Field(
0 commit comments