diff options
| author | Adam Janovsky | 2021-12-19 11:51:15 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2021-12-19 11:51:15 +0100 |
| commit | 77028627f6d2b1eb054f85ea05fa6fc9305d006a (patch) | |
| tree | 894aab5964982734f8f5777e09bb3cb082aecb76 /cc_cli.py | |
| parent | 9a80886b9e013fec1687261b2b03941a7270a2d9 (diff) | |
| download | sec-certs-77028627f6d2b1eb054f85ea05fa6fc9305d006a.tar.gz sec-certs-77028627f6d2b1eb054f85ea05fa6fc9305d006a.tar.zst sec-certs-77028627f6d2b1eb054f85ea05fa6fc9305d006a.zip | |
flake8 compliance
Diffstat (limited to 'cc_cli.py')
| -rwxr-xr-x | cc_cli.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -86,7 +86,7 @@ def main( dset: CCDataset = CCDataset.from_json(Path(inputpath)) if output: print( - f"Warning: you provided both input and output paths. The dataset from input path will get copied to output path." + "Warning: you provided both input and output paths. The dataset from input path will get copied to output path." ) dset.root_dir = output @@ -101,7 +101,7 @@ def main( dset = CCDataset( certs={}, root_dir=output, - name=f"CommonCriteria_dataset", + name="CommonCriteria_dataset", description=f"Full CommonCriteria dataset snapshot {datetime.now().date()}", ) dset.get_certs_from_web() |
