Skip to content

Commit c251432

Browse files
committed
fix linter
1 parent acbe457 commit c251432

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mfr/providers/osf/provider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ async def _fetch_download_url(self):
186186
redirect to WB. Issue a GET request against it, then return the WB url stored in the
187187
Location header.
188188
189-
First ``GET`` may return **301** with ``Location`` for legacy download route. If ``Location``
190-
points at OSF's ``/download/<id>/`` route, perform a second ``GET`` there and expect **302**
189+
First ``GET`` may return **301** with ``Location`` for legacy download route. If ``Location``
190+
points at OSF's ``/download/<id>/`` route, perform a second ``GET`` there and expect **302**
191191
to WaterButler. If ``Location`` is not that route (e.g. already WaterButler), use it as ``download_url``.
192192
"""
193193
if not self.download_url:

0 commit comments

Comments
 (0)