***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VRE-Repository-Connector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Center for Research Data Management
VRE-Repository-Connector
Commits
3ed2e68a
Commit
3ed2e68a
authored
1 year ago
by
Moser, Maximilian
Browse files
Options
Downloads
Patches
Plain Diff
Change star syntax that could trip up language servers
parent
7dbf8a8e
Branches
Branches containing commit
No related tags found
1 merge request
!6
v0.2.2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vre_repository_connector/auto.py
+1
-1
1 addition, 1 deletion
vre_repository_connector/auto.py
with
1 addition
and
1 deletion
vre_repository_connector/auto.py
+
1
−
1
View file @
3ed2e68a
...
...
@@ -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
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment