From a36a27b8ca85adf57b2a9926a53e74e3a3863d3d Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 11 Oct 2020 15:38:53 +0200 Subject: Added leak verbose --- src/test/result.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/result.py') diff --git a/src/test/result.py b/src/test/result.py index 55cda54..e651e49 100644 --- a/src/test/result.py +++ b/src/test/result.py @@ -6,7 +6,7 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/11 12:17:34 by charles #+# #+# # -# Updated: 2020/10/09 11:04:16 by cacharle ### ########.fr # +# Updated: 2020/10/11 14:09:24 by cacharle ### ########.fr # # # # ############################################################################ # @@ -98,7 +98,7 @@ class Result: elif config.VERBOSE_LEVEL == 2: return self.full_diff() else: - raise RuntimeError + raise RuntimeError("Invalid verbose level") def put(self, index: int): """Print a summary of the result""" -- cgit