From 4297f83e55247a16c587d1aae4205f198d17fd69 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 19 Mar 2015 11:24:29 +0100 Subject: [PATCH] oops --- system/Substrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Substrate.py b/system/Substrate.py index b9ffc66..d6d5424 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -963,7 +963,7 @@ class TestBox(Box): header ("No {} on {}".format(msg, self.line())) else: header ("{} on {}".format(msg, self.line())) - instances.sort(sort=timestamp_sort) + instances.sort(key=timestamp_key) for i in instances: print(i.line()) # show 'starting' regardless of verbose -- 2.43.0