-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add all Rucio lfns2pfns args. to getPFN. Fix #10056 #10122
Conversation
Jenkins results:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me, but I'd like to have that variable name updated if possible.
Stefano, once you make that change, please squash your two commits.
Jenkins results:
|
@belforte thanks Stefano. Could you please squash those 2 commits into a single one? In case you need some instructions on how to accomplish that, I usually refer to this short and clear doc: https://steveklabnik.com/writing/how-to-squash-commits-in-a-github-pull-request |
f7fc709
to
720130c
Compare
rebased and squashed. Yeah. I have added tips from that URL to may cheat sheet and had used already to squash my few commits while testing, so I did not realize it was needed again. Sorry. |
Jenkins results:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Stefano!
Just spotted badly encoded chars in this PR (though a git diff)
will get that fixed in another PR. |
Fixes #10056
Status
ready
Description
introduce new optional parameters for Rucio.client.getPFN
to be able to use all functionalities of Rucio python lnfs2pfns API as per
https://rucio.readthedocs.io/en/latest/api/rse.html
Is it backward compatible (if not, which system it affects?)
YES
Related PRs
#10121 on CRAB branch 1.3.6.crab
External dependencies / deployment changes
None