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.
2 parents 848dc8c + e10939a commit 9f18105Copy full SHA for 9f18105
.github/workflows/generate-lists.yml
@@ -32,7 +32,7 @@ jobs:
32
pip install selenium webdriver-manager
33
- name: Download the sdn_advanced.xml file
34
run: |
35
- wget --tries=5 --wait=60 https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
+ wget --tries=5 --wait=60 --retry-on-http-error=403 https://www.treasury.gov/ofac/downloads/sanctions/1.0/sdn_advanced.xml
36
- name: Generate TXT and JSON files for all assets
37
38
mkdir data
0 commit comments