Skip to content

Commit 423460d

Browse files
committed
Updated description to make it more accurate
1 parent 9d6679a commit 423460d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/murfey/util/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ class MachineConfig(BaseModel):
215215
upstream_data_download_directory: Optional[Path] = Field(
216216
default=None,
217217
description=(
218-
"Name of the folder on the instrument machine to transfer files of the same "
219-
"visit from other instruments to."
218+
"Path to the folder on this instrument machine to transfer files from other "
219+
"machines to."
220220
),
221221
)
222222
upstream_data_tiff_locations: list[str] = Field(

0 commit comments

Comments
 (0)