You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/12 16:34:16 UTC

[GitHub] [airflow] josh-fell commented on a diff in pull request #24977: Apply flake8-logging-format changes to core

josh-fell commented on code in PR #24977:
URL: https://github.com/apache/airflow/pull/24977#discussion_r919182374


##########
airflow/www/fab_security/sqla/manager.py:
##########
@@ -106,7 +106,7 @@ def create_db(self):
                 log.info(c.LOGMSG_INF_SEC_ADD_DB)
             super().create_db()
         except Exception as e:
-            log.error(c.LOGMSG_ERR_SEC_CREATE_DB.format(str(e)))
+            log.error(c.LOGMSG_ERR_SEC_CREATE_DB.format(str(e)))  # noqa: G001

Review Comment:
   I added the ignore because it was FAB and I assume we just copy directly without making modifications, but I could be wrong. I was thinking adding the ignores would be the least invasive.



-- 
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: commits-unsubscribe@airflow.apache.org

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