From ad38d254efbcb24120ad4e73664ca2106e04f3f9 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 17 Jul 2021 09:34:10 -0400 Subject: [PATCH] DynamicRinohDistribution: set non-empty name property --- src/rinoh/resource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rinoh/resource.py b/src/rinoh/resource.py index 57143f9da..638c2e161 100644 --- a/src/rinoh/resource.py +++ b/src/rinoh/resource.py @@ -132,7 +132,7 @@ def load(self): class DynamicRinohDistribution(ilm.Distribution): """Distribution for registering resource entry points to at runtime""" - name = '' + name = 'rinoh-dynamic' def __init__(self): self._templates = {}