From b0236124fb328f5d1e863f3c76e6d57273519a15 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 1 Mar 2023 00:35:39 +0100 Subject: Format: Run black and gofumpt --- wrappers/python/eduvpn_common/error.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers/python/eduvpn_common/error.py') diff --git a/wrappers/python/eduvpn_common/error.py b/wrappers/python/eduvpn_common/error.py index a642a70..3d84331 100644 --- a/wrappers/python/eduvpn_common/error.py +++ b/wrappers/python/eduvpn_common/error.py @@ -7,6 +7,7 @@ class WrappedError(Exception): :param: traceback: str: The traceback of the error including newlines :param: cause: str: The cause of the error as a message """ + def __init__(self, traceback: str, cause: str): super(WrappedError, self).__init__(cause) self.traceback = traceback -- cgit v1.2.3