We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1097a commit abcd557Copy full SHA for abcd557
src/DIRAC/WorkloadManagementSystem/Utilities/PilotWrapper.py
@@ -193,7 +193,7 @@ def pilotWrapperScript(
193
from urllib.request import urlopen as url_library_urlopen
194
from urllib.error import URLError as url_library_URLError
195
196
- for fileName in ['pilot.json', 'pilot.tar', 'checksums.sha512']:
+ for fileName in ['checksums.sha512', 'pilot.json', 'pilot.tar']:
197
# needs to distinguish whether urlopen method contains the 'context' param
198
# in theory, it should be available from python 2.7.9
199
# in practice, some prior versions may be composed of recent urllib version containing the param
0 commit comments