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 b7ac67f commit e7b37bfCopy full SHA for e7b37bf
src/murfey/util/config.py
@@ -188,8 +188,8 @@ class MachineConfig(BaseModel):
188
# If rsync is disabled, rsync_basepath works out to be "/".
189
# Must always be set.
190
)
191
- rsync_module: Optional[str] = Field(
192
- default=None,
+ rsync_module: str = Field(
+ default="",
193
description=(
194
"Name of the rsync module the files are being transferred with. The module "
195
"will be appended to the rsync base path, and the relative paths will be "
0 commit comments