Skip to content

Commit 1d4dfab

Browse files
committed
Update
[ghstack-poisoned]
1 parent e089ac5 commit 1d4dfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def main(args):
126126
for pybind_arg in args.pybind:
127127
if pybind_arg not in VALID_PYBINDS:
128128
raise Exception(
129-
f"Unrecognized pybind argument {pybind_arg}; valid options are: {", ".join(VALID_PYBINDS)}"
129+
f"Unrecognized pybind argument {pybind_arg}; valid options are: {', '.join(VALID_PYBINDS)}"
130130
)
131131
EXECUTORCH_BUILD_PYBIND = "ON"
132132
CMAKE_ARGS += f" -DEXECUTORCH_BUILD_{pybind_arg.upper()}=ON"

0 commit comments

Comments
 (0)