Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Strand Lab
Strand Lab Cellxgene Gateway
Commits
21ff56ea
Unverified
Commit
21ff56ea
authored
Oct 28, 2020
by
Alokito
Committed by
GitHub
Oct 28, 2020
Browse files
Merge pull request #35 from dfeinzeig/fix/redirect
add missing trailing slash in effort to avoid whatever is redirecting
parents
d5246d4b
0b866a46
Changes
1
Hide whitespace changes
Inline
Side-by-side
cellxgene_gateway/filecrawl.py
View file @
21ff56ea
...
...
@@ -91,7 +91,7 @@ def render_entries(entries):
def
get_url
(
entry
):
return
f
"/view/
{
entry
[
'path'
].
lstrip
(
'/'
)
}
"
return
f
"/view/
{
entry
[
'path'
].
lstrip
(
'/'
)
}
/
"
def
get_class
(
entry
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment