File tree 1 file changed +5
-4
lines changed
share/openPMD/json_schema
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ def parse_args(program_name):
23
23
schema consists of several JSON files and this script ensures that
24
24
cross-referencing is set up correctly.
25
25
26
- Note that the JSON schema is shipped in form of .toml files for ease of reading,
27
- maintenance and documentation.
26
+ Note that the JSON schema is shipped in form of .toml files for ease
27
+ of reading, maintenance and documentation.
28
28
In order to perform a check, the .toml files need to be converted to .json
29
29
first.
30
30
The openPMD-api install a tool openpmd-convert-json-toml for this purpose.
@@ -40,8 +40,9 @@ def parse_args(program_name):
40
40
parser .add_argument (
41
41
'--schema_root' ,
42
42
default = script_path / 'series.json' ,
43
- help =
44
- 'The .json file describing the root file of the schema to validate against.'
43
+ help = """\
44
+ The .json file describing the root file of the schema to validate against.
45
+ """
45
46
)
46
47
parser .add_argument ('openpmd_file' ,
47
48
metavar = 'file' ,
You can’t perform that action at this time.
0 commit comments