починить бнд и учесть длину коментария
This commit is contained in:
parent
54b1de926e
commit
14bd2584c5
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
import os
|
||||
|
||||
extensions = {'.аст', '.csv', '.токены', '.проход1', '.elf', '.log'}
|
||||
extensions = {'.аст', '.csv', '.токены', '.проход1', '.elf', '.log', '.txt'}
|
||||
|
||||
for file in os.listdir('.'):
|
||||
if os.path.isfile(file) and os.path.splitext(file)[1] in extensions:
|
||||
|
|
|
|||
Loading…
Reference in a new issue