Skip to content
Snippets Groups Projects
Commit d0059533 authored by Matthias Diener's avatar Matthias Diener Committed by Andreas Klöckner
Browse files

remove superfluous angle brackets

parent bec18960
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ class _DistributedPartProgramID:
part_id: Any
def __str__(self):
name = getattr(self.f, "__name__", "<anonymous>")
name = getattr(self.f, "__name__", "anonymous")
if not name.isidentifier():
name = _to_identifier(name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment