mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 13:08:58 +00:00
Validate C# json/object-api options (#6985)
This commit is contained in:
@@ -74,7 +74,7 @@ def flatc(
|
||||
cmd += [schema] if isinstance(schema, str) else schema
|
||||
if data:
|
||||
cmd += [data] if isinstance(data, str) else data
|
||||
subprocess.run(cmd, cwd=cwd)
|
||||
result = subprocess.run(cmd, cwd=cwd, check=True)
|
||||
|
||||
|
||||
# Glob a pattern relative to file path
|
||||
|
||||
Reference in New Issue
Block a user