You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/23 22:17:20 UTC

[GitHub] [superset] code-review-doctor opened a new issue, #19825: Missing `f` prefix on f-strings

code-review-doctor opened a new issue, #19825:
URL: https://github.com/apache/superset/issues/19825

   Some strings looks like they're meant to be f-strings but are missing the `f` prefix meaning variable interpolation won't happen.
   
   https://github.com/apache/superset/blob/3ccfa564d710480b55898d6e3ac42ccdd4ccdbcf/superset/db_engine_specs/presto.py#L1201
   
   I found this issue automatically. I'm a bot. Beep Boop 🦊. See other issues I found in your repo [here](https://codereview.doctor/apache/superset)


-- 
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: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] etr2460 closed issue #19825: Missing `f` prefix on f-strings

Posted by GitBox <gi...@apache.org>.
etr2460 closed issue #19825: Missing `f` prefix on f-strings
URL: https://github.com/apache/superset/issues/19825


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org