Skip to content

Commit d90b585

Browse files
committed
Updated description of 'upstream_data_directories'
1 parent 423460d commit d90b585

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/murfey/util/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ class MachineConfig(BaseModel):
207207
upstream_data_directories: list[Path] = Field(
208208
default=[],
209209
description=(
210-
"List of file paths on other instruments for Murfey to look for the current "
211-
"visit under. This is primarily used for multi-instrument workflows that "
212-
"use processed data from other instruments as input."
210+
"List of full paths to folders on other machines for Murfey to look for the "
211+
"current visit in. This is primarily used for multi-instrument workflows "
212+
"that use processed data from other instruments as input."
213213
),
214214
)
215215
upstream_data_download_directory: Optional[Path] = Field(

0 commit comments

Comments
 (0)