mistercrunch commented on code in PR #35220:
URL: https://github.com/apache/superset/pull/35220#discussion_r2371343869
##########
superset/daos/theme.py:
##########
@@ -47,25 +47,20 @@ def find_system_default(cls) -> Optional[Theme]:
if len(system_defaults) > 1:
logger.warning(
- "Multiple system default themes found (%s), "
- "falling back to config theme",
+ "Multiple system default themes found (%s), none will be used",
len(system_defaults),
)
+ return None
Review Comment:
this line probably not needed
--
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]