Merge pull request #78 from AgainstEntropy/patch-1
Update module_arguments.py
This commit is contained in:
@@ -11,7 +11,7 @@ class ModuleArguments:
|
|||||||
mode: Optional[str] = field(
|
mode: Optional[str] = field(
|
||||||
default="socket",
|
default="socket",
|
||||||
metadata={
|
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(
|
local_mac_optimal_settings: bool = field(
|
||||||
|
|||||||
Reference in New Issue
Block a user