Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
James Clark
gwrucio
Commits
5295a21d
Commit
5295a21d
authored
Jan 10, 2020
by
James Clark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ligo_rucio/rucio_data.py
ligo_rucio/rucio_data.py
+3
-1
No files found.
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
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