Skip to content

Commit 84243e6

Browse files
committed
pass none as an argument
1 parent 5f32344 commit 84243e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arguments_classes/module_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ModuleArguments:
1111
mode: Optional[str] = field(
1212
default="socket",
1313
metadata={
14-
"help": "The mode to run the pipeline in. Either 'local' or 'socket'. Default is 'socket'."
14+
"help": "The mode to run the pipeline in. Either 'local', 'socket', or 'none'. Default is 'socket'."
1515
},
1616
)
1717
local_mac_optimal_settings: bool = field(

0 commit comments

Comments
 (0)