Skip to content

Commit

Permalink
fix: CLI message
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <felix@seita.nl>
  • Loading branch information
Flix6x committed Mar 11, 2024
1 parent 4e52b9f commit 449fd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/cli/data_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def delete_beliefs( # noqa: C901
if sensors:
message += f"{join_words_into_a_list([sensor.name for sensor in sensors])}"
elif generic_assets:
message = (
message += (
f"of {join_words_into_a_list([asset.name for asset in generic_assets])}"
)
if start is not None or end is not None:
Expand Down

0 comments on commit 449fd5c

Please sign in to comment.