Skip to content

Commit 56a511d

Browse files
committed
Added comment to describe the type of data the 'base_path' field in 'SuggestedPathParameters' contains
1 parent 9de6721 commit 56a511d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/murfey/server/api/file_io_instrument.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434

3535

3636
class SuggestedPathParameters(BaseModel):
37-
base_path: Path
37+
base_path: (
38+
Path # Partial Path starting from immediately after the rsync destination
39+
)
3840
touch: bool = False
3941
extra_directory: str = ""
4042

0 commit comments

Comments
 (0)