Skip to content

Commit

Permalink
small updates to keep things clean
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Aug 26, 2024
1 parent 6ae22ee commit faa3c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ An introduction to NeXus and its design principles.

### Reference

`pynxtools` has a number of command line tools that can be used to, among others, convert data and verify NeXus file. You can more information about the
`pynxtools` has a number of command line tools that can be used to convert data and verify NeXus files. You can more information about the
API [here](reference/cli-api.md).

Within FAIRmat, we maintain a number of reader plugins for different experimental techniques. You can find more information [here](reference/plugins.md).
Expand Down
2 changes: 1 addition & 1 deletion src/pynxtools/dataconverter/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,6 @@ def write_to_file(text):

@main_cli.command("get-readers")
def get_reader_cli():
"Prints a list of all installed readers."
"""Prints a list of all installed readers."""
readers = get_names_of_all_readers()
logger.info(f"The following readers are currently installed: {readers}.")

0 comments on commit faa3c07

Please sign in to comment.