Replace plot-schema.json with local copy.
(uri)
| 110 | |
| 111 | |
| 112 | def overwrite_schema_local(uri): |
| 113 | """Replace plot-schema.json with local copy.""" |
| 114 | |
| 115 | path = os.path.join(PROJECT_ROOT, "codegen", "resources", "plot-schema.json") |
| 116 | shutil.copyfile(uri, path) |
| 117 | |
| 118 | |
| 119 | def overwrite_schema(url): |
no outgoing calls
no test coverage detected