Skip to content
Snippets Groups Projects
Unverified Commit 8afd078a authored by Andrés Marafioti's avatar Andrés Marafioti Committed by GitHub
Browse files

Merge pull request #78 from AgainstEntropy/patch-1

Update module_arguments.py
parents b915e58b dfed6263
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ class ModuleArguments: ...@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment