Make move_facts output more useful

This commit is contained in:
3wc 2020-12-18 17:12:05 +02:00
parent 61beba151f
commit 5a00f4c84b
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ def move_facts(from_id, to_id):
to_activity = get_activities((to_id,))[0]
click.secho(
'Moving facts from "@{0[0]}: {0[1]}" to "@{1[0]}: {1[1]}"'.format(
'Moving facts from "@{0[2]} » @{0[0]}: {0[1]}" to "@{1[2]} » @{1[0]}: {1[1]}"'.format(
from_activity, to_activity
), fg='green'
)