diff options
-rw-r--r-- | rumba/prototypes/irati.py | 4 |
1 files changed, 2 insertions, 2 deletions
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! |