ashb commented on PR #68617:
URL: https://github.com/apache/airflow/pull/68617#issuecomment-4720478179
This is almost approaching the point where it might be worth having a helper
method such as:
```python
def _url(self, safe_prefix, *parts):
return urljoin(safe_prefix + "/", ....)
```
Up to you if you want to do it in this PR or not
--
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]