Update scripts/cache-ruleset.py

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Willi Ballenthin
2023-01-23 12:13:07 +01:00
committed by GitHub
parent 6c83db9977
commit 68603a9cc7

View File

@@ -44,7 +44,6 @@ def main(argv=None):
logging.getLogger("capa").setLevel(logging.DEBUG)
else:
logging.getLogger("capa").setLevel(logging.ERROR)
logging.getLogger("viv_utils").setLevel(logging.ERROR)
try:
os.makedirs(args.cache, exist_ok=True)