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')