Prevent processed file collisions
This commit is contained in:
parent
0473e79c0b
commit
ffc73c6b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ proc getKey(ukey: string): tuple[key: string, val: bool] =
|
|||
proc runFile*(file: string, cfgin: OrderedTableRef = newOrderedTable[string, string]()) =
|
||||
var
|
||||
cfg = cfgin
|
||||
sfile = search(file)
|
||||
sfile = search(file).sanitizePath
|
||||
|
||||
if sfile in gDoneRecursive:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue