Make move_facts output more useful
This commit is contained in:
		@ -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'
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user