aboutsummaryrefslogtreecommitdiff
path: root/src/test/error.py
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-29 15:16:33 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-29 15:16:33 +0200
commit00554c1222c65d859c3914db9f5e1fe71520fd6f (patch)
tree70f7767aafbc709d2fb488df0990b80e385038aa /src/test/error.py
parent5784ad5c7c8216e0334766cdfbf11f9bdbd4b001 (diff)
downloadphilosophers_test-00554c1222c65d859c3914db9f5e1fe71520fd6f.tar.gz
philosophers_test-00554c1222c65d859c3914db9f5e1fe71520fd6f.tar.bz2
philosophers_test-00554c1222c65d859c3914db9f5e1fe71520fd6f.zip
Added eat/sleep timeout check
Diffstat (limited to 'src/test/error.py')
-rw-r--r--src/test/error.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/error.py b/src/test/error.py
index 4bfa0e3..51c3f7b 100644
--- a/src/test/error.py
+++ b/src/test/error.py
@@ -6,7 +6,7 @@
# By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/09/29 09:09:31 by cacharle #+# #+# #
-# Updated: 2020/09/29 10:08:24 by cacharle ### ########.fr #
+# Updated: 2020/09/29 11:14:08 by cacharle ### ########.fr #
# #
# ############################################################################ #
@@ -42,7 +42,7 @@ class Format(Philo):
@property
def summary(self):
- return "format: {}".format(self._msg)
+ return "format: {} {}".format(self._line, self._msg)
class Log(Philo):