forked from hummypkg/sweeper
add inuse check
This commit is contained in:
parent
5e700d72ed
commit
2354e300c1
@ -145,6 +145,11 @@ proc ::sweeper::scan {args} {
|
||||
continue
|
||||
}
|
||||
|
||||
if {[$ts inuse]} {
|
||||
log "Recording in use." 2
|
||||
continue
|
||||
}
|
||||
|
||||
foreach rule $rules {
|
||||
if {[::sweeper::runrule $ts $rule]} break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user