From 5a00f4c84baf06f9b0a07733369a5e952f1bcefd Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 18 Dec 2020 17:12:05 +0200 Subject: [PATCH] Make move_facts output more useful --- hamstertools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hamstertools/__init__.py b/hamstertools/__init__.py index 0acf70f..4149852 100755 --- a/hamstertools/__init__.py +++ b/hamstertools/__init__.py @@ -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' )