Skip to content

Commit

Permalink
add a missing output style
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
  • Loading branch information
nhoening committed Mar 30, 2023
1 parent b37fea8 commit cbf8e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/cli/data_add.py
Expand Up @@ -338,7 +338,7 @@ def add_source(name: str, model: str, version: str, source_type: str):
source_type=source_type,
)
db.session.commit()
print(f"Added source {source.__repr__()}")
click.secho(f"Added source {source.__repr__()}", **MsgStyle.SUCCESS)


@fm_add_data.command("beliefs")
Expand Down

0 comments on commit cbf8e17

Please sign in to comment.