Skip to content

Commit 20f4182

Browse files
committed
update nexus-version
1 parent 99bdc5b commit 20f4182

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

src/pynxtools/dataconverter/convert.py

+2-8
Original file line numberDiff line numberDiff line change
@@ -335,16 +335,12 @@ def main_cli():
335335
"--mapping",
336336
help="Takes a <name>.mapping.json file and converts data from given input files.",
337337
)
338-
<<<<<<< HEAD:src/pynxtools/dataconverter/convert.py
339-
340-
=======
341338
@click.option(
342339
"-c",
343340
"--config",
344341
type=click.Path(exists=True, dir_okay=False, file_okay=True, readable=True),
345342
help="A json config file for the reader",
346343
)
347-
>>>>>>> b56f942 (Adds eln callback and config argument):pynxtools/dataconverter/convert.py
348344
# pylint: disable=too-many-arguments
349345
def convert_cli(
350346
files: Tuple[str, ...],
@@ -356,11 +352,8 @@ def convert_cli(
356352
ignore_undocumented: bool,
357353
skip_verify: bool,
358354
mapping: str,
359-
<<<<<<< HEAD:src/pynxtools/dataconverter/convert.py
360-
fail: bool,
361-
=======
362355
config: str,
363-
>>>>>>> b56f942 (Adds eln callback and config argument):pynxtools/dataconverter/convert.py
356+
fail: bool,
364357
):
365358
"""This command allows you to use the converter functionality of the dataconverter."""
366359
if params_file:
@@ -405,6 +398,7 @@ def convert_cli(
405398
nxdl,
406399
output,
407400
skip_verify,
401+
config_file=config,
408402
ignore_undocumented=ignore_undocumented,
409403
fail=fail,
410404
)

src/pynxtools/nexus-version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2022.07-1284-gf75a2983
1+
v2022.07-1284-gf75a2983

0 commit comments

Comments
 (0)