Use new set_quarantine_path()
This commit is contained in:
parent
0baea441ae
commit
b80e73a5ad
1 changed files with 1 additions and 3 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue