Skip to content

Commit b2b5caf

Browse files
committed
Fix generate_code by adding missing s to flag
1 parent 32bc092 commit b2b5caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def glob(path, pattern):
104104
KOTLIN_OPTS = ["--kotlin"]
105105
PHP_OPTS = ["--php"]
106106
DART_OPTS = ["--dart"]
107-
PYTHON_OPTS = ["--python", "--python-typing", "--python-decode-obj-api-string"]
107+
PYTHON_OPTS = ["--python", "--python-typing", "--python-decode-obj-api-strings"]
108108
BINARY_OPTS = ["-b", "--schema", "--bfbs-comments", "--bfbs-builtins"]
109109
PROTO_OPTS = ["--proto"]
110110

0 commit comments

Comments
 (0)