diff --git a/news/1867.bugfix b/news/1867.bugfix new file mode 100644 index 000000000..1c008c8ca --- /dev/null +++ b/news/1867.bugfix @@ -0,0 +1 @@ +In the `creator_name` function, return the username if the user is not found, instead of raising `AttributeError`. @mamico