Closed ABruel closed 1 week ago
@ABruel
Why did you add m????????_??????
?
Can we check the specific name instead of using regex?
@ABruel Why did you add
m????????_??????
? Can we check the specific name instead of using regex?
The ?
mean any character. I don't know if this system supports regex and not just glob.
Technically it is possible to check for an exact match since the migrator uses the entire file name, but I assumed there was a reason for the glob exclusion that was already there.
Fixes #956