Skip to content

Commit fd0a5b1

Browse files
committed
Update
[ghstack-poisoned]
2 parents e76d22f + 84b8e5f commit fd0a5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_executorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def main(args):
193193
for pybind_arg in args.pybind:
194194
if pybind_arg not in VALID_PYBINDS:
195195
raise Exception(
196-
f"Unrecognized pybind argument {pybind_arg}; valid options are: {", ".join(VALID_PYBINDS)}"
196+
f"Unrecognized pybind argument {pybind_arg}; valid options are: {', '.join(VALID_PYBINDS)}"
197197
)
198198
EXECUTORCH_BUILD_PYBIND = "ON"
199199
CMAKE_ARGS += f" -DEXECUTORCH_BUILD_{pybind_arg.upper()}=ON"

0 commit comments

Comments
 (0)