alitheg commented on code in PR #825:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/825#discussion_r2894755359


##########
atr/admin/__init__.py:
##########
@@ -840,8 +847,8 @@ async def tasks_recent(session: web.Committer, minutes: 
int) -> str:
                     htpy.td[task.status.value],
                     htpy.td[task.added.strftime("%H:%M:%S") if task.added else 
""],
                     htpy.td[took_text],
-                    htpy.td[task.project_name or ""],
-                    htpy.td[task.version_name or ""],
+                    htpy.td[str(task.project_name) or ""],

Review Comment:
   These issues (with str) are leftover from the last approach where I changed 
the sqlalchemy types and so these needed `str`'ed. Now they don't so I'll work 
them back.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to