v++
This commit is contained in:
@@ -81,7 +81,7 @@ public class CreateTestFromDirectory extends Pass_2021<Test> {
|
||||
Log.Writeln_("Имя файла " + Utils.Brackets(file.getName()) + " содержит запрещённые символы " + Constants.all_forbidden_characters_string + ", или кириллицу.");
|
||||
bad++;
|
||||
}
|
||||
if (file.isDirectory() && !file.getName().equalsIgnoreCase(Constants.data)) {
|
||||
if (file.isDirectory() && !file.getName().equalsIgnoreCase(Constants.data) && Utils.isVersion(file)) {
|
||||
subdirs++;
|
||||
}
|
||||
if (file.isFile()) {
|
||||
|
||||
Reference in New Issue
Block a user