Skip to content

Commit b6b057b

Browse files
committed
Formatting
1 parent a7fbb54 commit b6b057b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

share/openPMD/json_schema/check.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def parse_args(program_name):
2323
schema consists of several JSON files and this script ensures that
2424
cross-referencing is set up correctly.
2525
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.
2828
In order to perform a check, the .toml files need to be converted to .json
2929
first.
3030
The openPMD-api install a tool openpmd-convert-json-toml for this purpose.
@@ -40,8 +40,9 @@ def parse_args(program_name):
4040
parser.add_argument(
4141
'--schema_root',
4242
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+
"""
4546
)
4647
parser.add_argument('openpmd_file',
4748
metavar='file',

0 commit comments

Comments
 (0)