diff --git a/rbc/external.py b/rbc/external.py index 31bac5ae..470fee6a 100644 --- a/rbc/external.py +++ b/rbc/external.py @@ -111,7 +111,7 @@ def match_signature(self, atypes): satypes = ", ".join(map(str, atypes)) raise TypeError( - f"{compile_target=}: found no matching function type to the given argument types" + f"compile_target={compile_target}: found no matching function type to the given argument types" f" `{satypes}` and device `{device}` while processing `{self.name}`." f" Available function type is `{this_type}`." )