Reworked keep prefix (#7456)

* reworked keep prefix

* checking in missing schema

* fix flatc path for build scripts
This commit is contained in:
Derek Bailey
2022-08-22 18:59:24 -07:00
committed by GitHub
parent 627e8bf364
commit d6f06c33f7
6 changed files with 234 additions and 114 deletions

View File

@@ -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):