diff options
| author | Petr Svenda | 2020-02-24 13:46:16 +0100 |
|---|---|---|
| committer | Petr Svenda | 2020-02-24 13:46:16 +0100 |
| commit | 9a7b862192542d276bbbfa2c15f6947ef135e657 (patch) | |
| tree | 65d93ca936e8823f1b9c90b23cd1fb9b5eb3859f /src/process_certificates.py | |
| parent | 7a96ca693d106eae80c613a82f325742dfce2b94 (diff) | |
| download | sec-certs-9a7b862192542d276bbbfa2c15f6947ef135e657.tar.gz sec-certs-9a7b862192542d276bbbfa2c15f6947ef135e657.tar.zst sec-certs-9a7b862192542d276bbbfa2c15f6947ef135e657.zip | |
added generation of updated download script for failed downloads
Diffstat (limited to 'src/process_certificates.py')
| -rw-r--r-- | src/process_certificates.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_certificates.py b/src/process_certificates.py index 9546aa03..2254038c 100644 --- a/src/process_certificates.py +++ b/src/process_certificates.py @@ -70,6 +70,7 @@ def main(): pp_fragments_dir = 'c:\\Certs\\cc_certs_20191208\\cc_pp_txt_fragments\\' generate_basic_download_script() + generate_missing_download_script(walk_dir) # all_pp_csv = extract_protectionprofiles_csv(cc_html_files_dir) # all_pp_keywords = extract_certificates_keywords(pp_dir, pp_fragments_dir, 'pp') |
