oops
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Mar 2015 10:24:29 +0000 (11:24 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 19 Mar 2015 10:24:29 +0000 (11:24 +0100)
system/Substrate.py

index b9ffc66..d6d5424 100644 (file)
@@ -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