Skip to content

Commit 107a802

Browse files
committed
Change generator object to list
1 parent 4719912 commit 107a802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen3workflow/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_app(httpx_client=None) -> FastAPI:
7070
)
7171
if app.metrics.enabled:
7272
logger.debug(
73-
f"Vieweing metrics associated with the registry {app.metrics._registry.collect()=}"
73+
f"Vieweing metrics associated with the registry {list(app.metrics._registry.collect())=}"
7474
)
7575
app.mount("/metrics", app.metrics.get_asgi_app())
7676

0 commit comments

Comments
 (0)