Skip to content

Commit

Permalink
style: add hint to list reporters
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Garcia Reolid <victor@seita.nl>
  • Loading branch information
victorgarcia98 committed May 18, 2023
1 parent 6991de4 commit 1d1ed72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flexmeasures/cli/data_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,8 @@ def add_schedule_for_storage(
default="PandasReporter",
required=True,
type=click.STRING,
help="Reporter class registered in flexmeasures.data.models.reporting or in an available flexmeasures plugin.",
help="Reporter class registered in flexmeasures.data.models.reporting or in an available flexmeasures plugin."
" Use the command `flexmeasures show reporters` to list all the available reporters.",
)
@click.option(
"--sensor-id",
Expand Down

0 comments on commit 1d1ed72

Please sign in to comment.