Merge pull request #78 from AgainstEntropy/patch-1

Update module_arguments.py
This commit is contained in:
Andrés Marafioti
2024-09-04 13:55:09 +02:00
committed by GitHub

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(