ephraimbuddy commented on a change in pull request #18964:
URL: https://github.com/apache/airflow/pull/18964#discussion_r728526225
##########
File path: airflow/providers/microsoft/azure/operators/wasb_delete_blob.py
##########
@@ -65,7 +65,7 @@ def __init__(
self.ignore_if_missing = ignore_if_missing
def execute(self, context: dict) -> None:
- self.log.info('Deleting blob: %s\nin wasb://%s', self.blob_name,
self.container_name)
+ self.log.info('Deleting blob: %s\n in wasb://%s', self.blob_name,
self.container_name)
Review comment:
I changed that, it just gives suggestions. I’ll add nin to the spelling
wordlist
--
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]