diff options
| author | Stanislav Boboň | 2020-12-21 23:16:03 +0100 |
|---|---|---|
| committer | Stanislav Boboň | 2020-12-21 23:16:03 +0100 |
| commit | 7defb3bf2dfb87bfc2e6552aeb607f86a9ff0e83 (patch) | |
| tree | cf29602542efa113e1458afc603511a533adc133 /sec_certs | |
| parent | 9da6b5e58e0f011f2e07b902c92c6904df08a177 (diff) | |
| download | sec-certs-7defb3bf2dfb87bfc2e6552aeb607f86a9ff0e83.tar.gz sec-certs-7defb3bf2dfb87bfc2e6552aeb607f86a9ff0e83.tar.zst sec-certs-7defb3bf2dfb87bfc2e6552aeb607f86a9ff0e83.zip | |
default parameters
Diffstat (limited to 'sec_certs')
| -rw-r--r-- | sec_certs/dataset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_certs/dataset.py b/sec_certs/dataset.py index 1c147e61..f784f434 100644 --- a/sec_certs/dataset.py +++ b/sec_certs/dataset.py @@ -518,7 +518,7 @@ class FIPSDataset(Dataset, ComplexSerializableType): # TODO: make this work for single certs object instead of the whole dataset, making it parallelizable # TODO: make this not create a whole new json - that way continuous processing can be done - def extract_keywords(self, redo): + def extract_keywords(self, redo=False): self.fragments_dir.mkdir(parents=True, exist_ok=True) if self.new_files > 0 or not (self.root_dir / 'fips_full_keywords.json').exists(): |
