From b80e73a5ad482e45f68a30e0597c233fde90cb69 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Fri, 7 May 2021 02:44:57 -0600 Subject: [PATCH] Use new set_quarantine_path() --- scripts/wk/repairs/win.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/wk/repairs/win.py b/scripts/wk/repairs/win.py index fde6f130..4c8e4ac0 100644 --- a/scripts/wk/repairs/win.py +++ b/scripts/wk/repairs/win.py @@ -950,9 +950,7 @@ def run_emsisoft_cmd_scan(): log_name='EmsisoftCmd', timestamp=True, tool=True, ) log_path.parent.mkdir(parents=True, exist_ok=True) - quarantine_path = set_local_storage_path( - 'Quarantine', 'EmsisoftCmd', date=True, - ) + quarantine_path = set_quarantine_path('EmsisoftCmd') quarantine_path.mkdir(parents=True, exist_ok=True) whitelist_path = log_path.with_suffix('.wl')