aboutsummaryrefslogtreecommitdiffhomepage
path: root/cc_cli.py
diff options
context:
space:
mode:
authorAdam Janovsky2021-12-19 11:51:15 +0100
committerAdam Janovsky2021-12-19 11:51:15 +0100
commit77028627f6d2b1eb054f85ea05fa6fc9305d006a (patch)
tree894aab5964982734f8f5777e09bb3cb082aecb76 /cc_cli.py
parent9a80886b9e013fec1687261b2b03941a7270a2d9 (diff)
downloadsec-certs-77028627f6d2b1eb054f85ea05fa6fc9305d006a.tar.gz
sec-certs-77028627f6d2b1eb054f85ea05fa6fc9305d006a.tar.zst
sec-certs-77028627f6d2b1eb054f85ea05fa6fc9305d006a.zip
flake8 compliance
Diffstat (limited to 'cc_cli.py')
-rwxr-xr-xcc_cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc_cli.py b/cc_cli.py
index bd9e586b..72a8de67 100755
--- a/cc_cli.py
+++ b/cc_cli.py
@@ -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()