*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 3ed2e68a authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Change star syntax that could trip up language servers

parent 7dbf8a8e
Branches
No related tags found
1 merge request!6v0.2.2
......@@ -111,7 +111,7 @@ def download(
return None
# fish out the container & file from the URL
cid, fid, fids = *service.url_to_parts(url), []
cid, fid, fids = (*service.url_to_parts(url), [])
if cid is None and fid is None:
cid, fid = service.url_to_parts(_follow_redirects(url))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment