We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de6721 commit 56a511dCopy full SHA for 56a511d
1 file changed
src/murfey/server/api/file_io_instrument.py
@@ -34,7 +34,9 @@
34
35
36
class SuggestedPathParameters(BaseModel):
37
- base_path: Path
+ base_path: (
38
+ Path # Partial Path starting from immediately after the rsync destination
39
+ )
40
touch: bool = False
41
extra_directory: str = ""
42
0 commit comments