Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
James Alexander Clark PhD
gwrucio
Commits
5295a21d
Commit
5295a21d
authored
Jan 10, 2020
by
James Alexander Clark PhD
Browse files
fix PFN use of os.join.path
parent
e347c66e
Pipeline
#96743
passed with stages
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ligo_rucio/rucio_data.py
View file @
5295a21d
...
...
@@ -92,7 +92,9 @@ def get_rse_pfn(rse_info, scope, name):
if
port
!=
0
:
url
=
url
+
':'
+
str
(
port
)
pfn
=
os
.
path
.
join
(
url
,
prefix
,
lfn2pfn_translator
.
path
(
scope
=
scope
,
name
=
name
))
pfn
=
url
+
os
.
path
.
join
(
prefix
,
lfn2pfn_translator
.
path
(
scope
=
scope
,
name
=
name
))
return
pfn
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment