Update module_arguments.py

fix typo in the help message of `mode`
This commit is contained in:
Yihao Wang
2024-09-03 14:49:02 -04:00
committed by GitHub
parent d2d33d1035
commit dfed6263d0

View File

@@ -11,7 +11,7 @@ class ModuleArguments:
mode: Optional[str] = field(
default="socket",
metadata={
"help": "The mode to run the pipeline in. Either 'local' or 'socket'. Default is 'local'."
"help": "The mode to run the pipeline in. Either 'local' or 'socket'. Default is 'socket'."
},
)
local_mac_optimal_settings: bool = field(