rusackas commented on issue #32671: URL: https://github.com/apache/superset/issues/32671#issuecomment-5053223141
Confirmed this is still happening on master, e.g. `% of total` and `% calculation` get tagged python-format with no actual placeholder in them. Fix is a post-processing pass in `babel_update.sh` that checks for a real `%(name)s`/`%s` spec instead of just any literal `%`. -- 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]
