Skip to content

Commit

Permalink
update nexus-version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Aug 12, 2024
1 parent 99bdc5b commit 20f4182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions src/pynxtools/dataconverter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,16 +335,12 @@ def main_cli():
"--mapping",
help="Takes a <name>.mapping.json file and converts data from given input files.",
)
<<<<<<< HEAD:src/pynxtools/dataconverter/convert.py

=======
@click.option(
"-c",
"--config",
type=click.Path(exists=True, dir_okay=False, file_okay=True, readable=True),
help="A json config file for the reader",
)
>>>>>>> b56f942 (Adds eln callback and config argument):pynxtools/dataconverter/convert.py
# pylint: disable=too-many-arguments
def convert_cli(
files: Tuple[str, ...],
Expand All @@ -356,11 +352,8 @@ def convert_cli(
ignore_undocumented: bool,
skip_verify: bool,
mapping: str,
<<<<<<< HEAD:src/pynxtools/dataconverter/convert.py
fail: bool,
=======
config: str,
>>>>>>> b56f942 (Adds eln callback and config argument):pynxtools/dataconverter/convert.py
fail: bool,
):
"""This command allows you to use the converter functionality of the dataconverter."""
if params_file:
Expand Down Expand Up @@ -405,6 +398,7 @@ def convert_cli(
nxdl,
output,
skip_verify,
config_file=config,
ignore_undocumented=ignore_undocumented,
fail=fail,
)
Expand Down
2 changes: 1 addition & 1 deletion src/pynxtools/nexus-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2022.07-1284-gf75a2983
v2022.07-1284-gf75a2983

0 comments on commit 20f4182

Please sign in to comment.