Skip to content

Commit

Permalink
Merge pull request #43089 from iarspider/patch-11
Browse files Browse the repository at this point in the history
TestGeneratorInterfacePythia8ConcurrentGeneratorFilter: follow redirects
  • Loading branch information
cmsbuild authored Oct 24, 2023
2 parents 2c730b6 + b8ceef4 commit 2238f0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

curl -s -k https://cms-pdmv.cern.ch/mcm/public/restapi/requests/get_fragment/BTV-RunIISummer20UL17GEN-00002 --retry 3 --create-dirs -o GIP8/BTV-RunIISummer20UL17GEN-00002-fragment.py
curl -L -s -k https://cms-pdmv.cern.ch/mcm/public/restapi/requests/get_fragment/BTV-RunIISummer20UL17GEN-00002 --retry 3 --create-dirs -o GIP8/BTV-RunIISummer20UL17GEN-00002-fragment.py
touch GIP8/__init__.py
export PYTHONPATH="${PWD}${PYTHONPATH:+:$PYTHONPATH}"

Expand Down

0 comments on commit 2238f0c

Please sign in to comment.