Commit 1b325967 authored by Stefan Behnel's avatar Stefan Behnel

minor code cleanup

parent be4b27c7
......@@ -70,7 +70,7 @@ class EmbedSignature(CythonTransform):
except Exception:
try:
return self._fmt_expr_node(default_val)
except AttributeError as e:
except AttributeError:
return '<???>'
def _fmt_arg(self, arg):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment