From 706d2e6216154f9e9e80ca6d9b1c32f1ba4c46ab Mon Sep 17 00:00:00 2001 From: Vincenzo Maffione Date: Wed, 19 Apr 2017 19:42:29 +0200 Subject: prototypes: irati: more readable output on enroll messages --- rumba/prototypes/irati.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rumba') diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index 7cb622a..0d40580 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -167,9 +167,9 @@ class Experiment(mod.Experiment): print( 'I am going to enroll %s to DIF %s against neighbor %s,' ' through lower DIF %s' - % (e['enrollee'], + % (e['enrollee'].name, e['dif'].name, - e['enroller'], + e['enroller'].name, e['lower_dif'].name)) subprocess.check_call('sleep 2'. split()) # Important! -- cgit v1.2.3