Skip to content

Commit

Permalink
Feedback from the discussion #404
Browse files Browse the repository at this point in the history
  • Loading branch information
atomprobe-tc authored and lukaspie committed Aug 30, 2024
1 parent 3e97914 commit c69e446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pynxtools/dataconverter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def main_cli():
)
@click.option(
"--reader",
default=None,
default="json_map",
type=click.Choice(get_names_of_all_readers(), case_sensitive=False),
help=(
"The reader to use. Examples are json_map or readers from a pynxtools plugin. "
Expand Down Expand Up @@ -340,7 +340,6 @@ def main_cli():
)
@click.option(
"--mapping",
default=None,
help="Takes a <name>.mapping.json file and converts data from given input files.",
)
@click.option(
Expand Down

0 comments on commit c69e446

Please sign in to comment.