mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-16 01:07:29 +00:00
Reworked keep prefix (#7456)
* reworked keep prefix * checking in missing schema * fix flatc path for build scripts
This commit is contained in:
@@ -52,7 +52,7 @@ def flatc(options, cwd=script_path):
|
||||
|
||||
|
||||
def make_absolute(filename, path=script_path):
|
||||
return Path(path, filename).absolute()
|
||||
return str(Path(path, filename).absolute())
|
||||
|
||||
|
||||
def assert_file_exists(filename, path=script_path):
|
||||
|
||||
Reference in New Issue
Block a user