Skip to content

Commit a893391

Browse files
committed
Update
[ghstack-poisoned]
1 parent 2063432 commit a893391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def main(args):
209209
for pybind_arg in args.pybind:
210210
if pybind_arg not in VALID_PYBINDS:
211211
raise Exception(
212-
f"Unrecognized pybind argument {pybind_arg}; valid options are: {", ".join(VALID_PYBINDS)}"
212+
f"Unrecognized pybind argument {pybind_arg}; valid options are: {', '.join(VALID_PYBINDS)}"
213213
)
214214
EXECUTORCH_BUILD_PYBIND = "ON"
215215
CMAKE_ARGS += f" -DEXECUTORCH_BUILD_{pybind_arg.upper()}=ON"

0 commit comments

Comments
 (0)