meta: rename -meta.json to .meta.json
With `.meta.json` it's two "real" file extension. The `-meta.json` feels less clear.
This commit is contained in:
parent
16d30254c4
commit
3e11b57815
5 changed files with 9 additions and 10 deletions
|
|
@ -173,7 +173,7 @@ def test_schema():
|
|||
|
||||
|
||||
def make_fake_meta_json(tmp_path, name):
|
||||
meta_json_path = pathlib.Path(f"{tmp_path}/stages/{name}-meta.json")
|
||||
meta_json_path = pathlib.Path(f"{tmp_path}/stages/{name}.meta.json")
|
||||
meta_json_path.parent.mkdir(exist_ok=True)
|
||||
meta_json_path.write_text("""
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue