Make move_facts output more useful
This commit is contained in:
parent
61beba151f
commit
5a00f4c84b
@ -271,7 +271,7 @@ def move_facts(from_id, to_id):
|
|||||||
to_activity = get_activities((to_id,))[0]
|
to_activity = get_activities((to_id,))[0]
|
||||||
|
|
||||||
click.secho(
|
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
|
from_activity, to_activity
|
||||||
), fg='green'
|
), fg='green'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user